Html Css Color HEX #3BC320 Kelly Green

📋 copy color: '#3BC320'

red 59 ◦ green 195 ◦ blue 32

#3BC320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3BC320

Tints of Kelly Green #3BC320

RGB

 RED value IS 59 (23.44% from 255) = 20.63%

 GREEN value IS 195 (76.56% from 255) = 68.18%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 20.63%
G = 68.18%
B = 11.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3BC320 (or 0x3BC320) is known color: Kelly Green. HEX triplet: 3B, C3 and 20. RGB value is (59,195,32). Sum of RGB (Red+Green+Blue) = 59+195+32=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC320 is #C43CDF. Grayscale: #888888. Windows color (decimal): -12860640 or 2147131. OLE color: 2147131.

HSL color Cylindrical-coordinate representation of color #3BC320: hue angle of 110.06º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BC320 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 32 -
CMYK 0.70 0 0.84 0.24
HSL 110.06º 0.72% 0.45% -
HSV(B) 110.06º 0.84% 0.76% -
XYZ 21.58 40.06 7.96 -
YUV 135.75 69.44 73.25 -
System Red Green Blue C M Y K H S L
Decimal 59 195 32 0.70 0 0.84 0.24 110.06 0.72 0.45
Hex 3B C3 20 46 0 54 18 6E 48 2D
Octal 73 303 40 106 0 124 30 156 110 55
Binary 111011 11000011 100000 1000110 0 1010100 11000 1101110 1001000 101101

Color Harmonies of #3BC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC320

Black with #3BC320

Text Example


Text Example

White with #3BC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC320; }

 p { color: rgb(59,195,32); }

 H1.HeaderClassName
 {
   color: #3BC320;
 }
 .AnyTagClassName
 {
   color: #3BC320;
 }
</style>

background-color css

<style>
 a { background-color: #3BC320; }

 a { background-color: rgb(59,195,32); }

 div.DivClassName
 {
   background-color: #3BC320;
 }
 .BgClassName
 {
   background-color: #3BC320;
 }
</style>

border-color css

<style>
 span { border-color: #3BC320; }

 span { border-color: rgb(59,195,32); }

 td.TdClassName
 {
   border-color: #3BC320;
 }
 .TagClassName
 {
   border-color: #3BC320;
 }
</style>