Html Css Color HEX #3CA50C Kelly Green

📋 copy color: '#3CA50C'

red 60 ◦ green 165 ◦ blue 12

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

Shades of Kelly Green #3CA50C

Tints of Kelly Green #3CA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.62%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 25.32%
G = 69.62%
B = 5.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#3CA50C (or 0x3CA50C) is known color: Kelly Green. HEX triplet: 3C, A5 and 0C. RGB value is (60,165,12). Sum of RGB (Red+Green+Blue) = 60+165+12=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA50C is #C35AF3. Grayscale: #747474. Windows color (decimal): -12802804 or 828732. OLE color: 828732.

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

Color convert

RGB 60 165 12 -
CMYK 0.64 0 0.93 0.35
HSL 101.18º 0.86% 0.35% -
HSV(B) 101.18º 0.93% 0.65% -
XYZ 15.38 27.9 4.92 -
YUV 116.16 69.21 87.94 -
System Red Green Blue C M Y K H S L
Decimal 60 165 12 0.64 0 0.93 0.35 101.18 0.86 0.35
Hex 3C A5 C 40 0 5D 23 65 56 23
Octal 74 245 14 100 0 135 43 145 126 43
Binary 111100 10100101 1100 1000000 0 1011101 100011 1100101 1010110 100011

Color Harmonies of #3CA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA50C

Black with #3CA50C

Text Example


Text Example

White with #3CA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,165,12); }

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

background-color css

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

 a { background-color: rgb(60,165,12); }

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

border-color css

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

 span { border-color: rgb(60,165,12); }

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