Html Css Color HEX #3CC420 Kelly Green

📋 copy color: '#3CC420'

red 60 ◦ green 196 ◦ blue 32

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

Shades of Kelly Green #3CC420

Tints of Kelly Green #3CC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 68.06%

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

R = 20.83%
G = 68.06%
B = 11.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#3CC420 (or 0x3CC420) is known color: Kelly Green. HEX triplet: 3C, C4 and 20. RGB value is (60,196,32). Sum of RGB (Red+Green+Blue) = 60+196+32=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC420 is #C33BDF. Grayscale: #898989. Windows color (decimal): -12794848 or 2147388. OLE color: 2147388.

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

Color convert

RGB 60 196 32 -
CMYK 0.69 0 0.84 0.23
HSL 109.76º 0.72% 0.45% -
HSV(B) 109.76º 0.84% 0.77% -
XYZ 21.86 40.54 8.04 -
YUV 136.64 68.94 73.34 -
System Red Green Blue C M Y K H S L
Decimal 60 196 32 0.69 0 0.84 0.23 109.76 0.72 0.45
Hex 3C C4 20 45 0 54 17 6E 48 2D
Octal 74 304 40 105 0 124 27 156 110 55
Binary 111100 11000100 100000 1000101 0 1010100 10111 1101110 1001000 101101

Color Harmonies of #3CC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC420

Black with #3CC420

Text Example


Text Example

White with #3CC420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,196,32); }

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

background-color css

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

 a { background-color: rgb(60,196,32); }

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

border-color css

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

 span { border-color: rgb(60,196,32); }

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