Html Css Color HEX #3CA808 Kelly Green

📋 copy color: '#3CA808'

red 60 ◦ green 168 ◦ blue 8

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

Shades of Kelly Green #3CA808

Tints of Kelly Green #3CA808

RGB

 RED value IS 60 (23.83% from 255) = 25.42%

 GREEN value IS 168 (66.02% from 255) = 71.19%

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 25.42%
G = 71.19%
B = 3.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#3CA808 (or 0x3CA808) is known color: Kelly Green. HEX triplet: 3C, A8 and 08. RGB value is (60,168,8). Sum of RGB (Red+Green+Blue) = 60+168+8=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 168 (66.02% from 255 or 71.19% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA808 is #C357F7. Grayscale: #757575. Windows color (decimal): -12802040 or 567356. OLE color: 567356.

HSL color Cylindrical-coordinate representation of color #3CA808: hue angle of 100.5º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CA808 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 168 8 -
CMYK 0.64 0 0.95 0.34
HSL 100.5º 0.91% 0.35% -
HSV(B) 100.5º 0.95% 0.66% -
XYZ 15.91 28.98 4.99 -
YUV 117.47 66.22 87.01 -
System Red Green Blue C M Y K H S L
Decimal 60 168 8 0.64 0 0.95 0.34 100.5 0.91 0.35
Hex 3C A8 8 40 0 5F 22 64 5B 23
Octal 74 250 10 100 0 137 42 144 133 43
Binary 111100 10101000 1000 1000000 0 1011111 100010 1100100 1011011 100011

Color Harmonies of #3CA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA808

Black with #3CA808

Text Example


Text Example

White with #3CA808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,168,8); }

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

background-color css

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

 a { background-color: rgb(60,168,8); }

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

border-color css

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

 span { border-color: rgb(60,168,8); }

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