#3CB420

Color #3CB420 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3CB420

Tints of Kelly Green #3CB420

Color information

#3CB420 (or 0x3CB420) is unknown color: approx Kelly Green. HEX triplet: 3C, B4 and 20. RGB value is (60,180,32). Sum of RGB (Red+Green+Blue) = 60+180+32=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB420 is #C34BDF. Grayscale: #7F7F7F. Windows color (decimal): -12798944 or 2143292. OLE color: 2143292.

HSL color Cylindrical-coordinate representation of color #3CB420: hue angle of 108.65º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CB420 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB6018032-
CMYK0.6700.820.29
HSL108.65º69.81%41.57%-
HSV(B)108.65º82.22%70.59%-
XYZ18.4533.716.9-
YUV127.2574.2480.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 180 (70.70% from 255) = 66.18%
BLUE value IS 32 (12.89% from 255) = 11.76%
R=22.06%
G=66.18%
B=11.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60180320.6700.820.29108.6569.8141.57
Hex3CB420430521D6d462a
Octal742644010301223515510652
Binary111100101101001000001000011010100101110111011011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CB420;
 }
 .AnyTagClassName
 {
   color: #3CB420;
 }
</style>
background-color css

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

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

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

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

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

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