Html Css Color HEX #3CA600 Kelly Green

📋 copy color: '#3CA600'

red 60 ◦ green 166 ◦ blue 0

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

Shades of Kelly Green #3CA600

Tints of Kelly Green #3CA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 73.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.55%
G = 73.45%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#3CA600 (or 0x3CA600) is known color: Kelly Green. HEX triplet: 3C, A6 and 00. RGB value is (60,166,0). Sum of RGB (Red+Green+Blue) = 60+166+0=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA600 is #C359FF. Grayscale: #737373. Windows color (decimal): -12802560 or 42556. OLE color: 42556.

HSL color Cylindrical-coordinate representation of color #3CA600: hue angle of 98.31º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CA600 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 0 -
CMYK 0.64 0 1 0.35
HSL 98.31º 1% 0.33% -
HSV(B) 98.31º 1% 0.65% -
XYZ 15.5 28.23 4.63 -
YUV 115.38 62.88 88.5 -
System Red Green Blue C M Y K H S L
Decimal 60 166 0 0.64 0 1 0.35 98.31 1 0.33
Hex 3C A6 0 40 0 64 23 62 64 21
Octal 74 246 0 100 0 144 43 142 144 41
Binary 111100 10100110 0 1000000 0 1100100 100011 1100010 1100100 100001

Color Harmonies of #3CA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA600

Black with #3CA600

Text Example


Text Example

White with #3CA600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,166,0); }

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

background-color css

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

 a { background-color: rgb(60,166,0); }

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

border-color css

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

 span { border-color: rgb(60,166,0); }

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