#24B70F

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

Shades of Kelly Green #24B70F

Tints of Kelly Green #24B70F

Color information

#24B70F (or 0x24B70F) is unknown color: approx Kelly Green. HEX triplet: 24, B7 and 0F. RGB value is (36,183,15). Sum of RGB (Red+Green+Blue) = 36+183+15=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 183 (71.88% from 255 or 78.21% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 183 - color contains mainly: green. Hex color #24B70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24B70F is #DB48F0. Grayscale: #787878. Windows color (decimal): -14371057 or 1029924. OLE color: 1029924.

HSL color Cylindrical-coordinate representation of color #24B70F: hue angle of 112.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24B70F is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB3618315-
CMYK0.8000.920.28
HSL112.5º84.85%38.82%-
HSV(B)112.5º91.8%71.76%-
XYZ17.7534.286.13-
YUV119.8968.868.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.38%
GREEN value IS 183 (71.88% from 255) = 78.21%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=15.38%
G=78.21%
B=6.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal36183150.8000.920.28112.584.8538.82
Hex24B7F5005C1C705527
Octal442671712001343416012547
Binary1001001011011111111010000010111001110011100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24B70F; }

 p { color: rgb(36,183,15); }

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

<style>
 a { background-color: #24B70F; }

 a { background-color: rgb(36,183,15); }

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

<style>
 span { border-color: #24B70F; }

 span { border-color: rgb(36,183,15); }

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