#42BE24

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

Shades of Kelly Green #42BE24

Tints of Kelly Green #42BE24

Color information

#42BE24 (or 0x42BE24) is unknown color: approx Kelly Green. HEX triplet: 42, BE and 24. RGB value is (66,190,36). Sum of RGB (Red+Green+Blue) = 66+190+36=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE24 is #BD41DB. Grayscale: #878787. Windows color (decimal): -12403164 or 2408002. OLE color: 2408002.

HSL color Cylindrical-coordinate representation of color #42BE24: hue angle of 108.31º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42BE24 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB6619036-
CMYK0.6500.810.25
HSL108.31º68.14%44.31%-
HSV(B)108.31º81.05%74.51%-
XYZ20.9838.117.92-
YUV135.3771.9278.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 190 (74.61% from 255) = 65.07%
BLUE value IS 36 (14.45% from 255) = 12.33%
R=22.60%
G=65.07%
B=12.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66190360.6500.810.25108.3168.1444.31
Hex42BE2441051196c442c
Octal1022764410101213115410454
Binary1000010101111101001001000001010100011100111011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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