#42CB24

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

Shades of Kelly Green #42CB24

Tints of Kelly Green #42CB24

Color information

#42CB24 (or 0x42CB24) is unknown color: approx Kelly Green. HEX triplet: 42, CB and 24. RGB value is (66,203,36). Sum of RGB (Red+Green+Blue) = 66+203+36=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB24 is #BD34DB. Grayscale: #8F8F8F. Windows color (decimal): -12399836 or 2411330. OLE color: 2411330.

HSL color Cylindrical-coordinate representation of color #42CB24: hue angle of 109.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42CB24 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB6620336-
CMYK0.6700.820.20
HSL109.22º69.87%46.86%-
HSV(B)109.22º82.27%79.61%-
XYZ23.92448.9-
YUV14367.6173.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 203 (79.69% from 255) = 66.56%
BLUE value IS 36 (14.45% from 255) = 11.80%
R=21.64%
G=66.56%
B=11.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66203360.6700.820.20109.2269.8746.86
Hex42CB2443052146d462f
Octal1023134410301222415510657
Binary1000010110010111001001000011010100101010011011011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42CB24; }

 p { color: rgb(66,203,36); }

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

<style>
 a { background-color: #42CB24; }

 a { background-color: rgb(66,203,36); }

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

<style>
 span { border-color: #42CB24; }

 span { border-color: rgb(66,203,36); }

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