#24BF05

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

Shades of Kelly Green #24BF05

Tints of Kelly Green #24BF05

Color information

#24BF05 (or 0x24BF05) is unknown color: approx Kelly Green. HEX triplet: 24, BF and 05. RGB value is (36,191,5). Sum of RGB (Red+Green+Blue) = 36+191+5=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 191 (75% from 255 or 82.33% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24BF05 is #DB40FA. Grayscale: #7C7C7C. Windows color (decimal): -14369019 or 376612. OLE color: 376612.

HSL color Cylindrical-coordinate representation of color #24BF05: hue angle of 110º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24BF05 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB361915-
CMYK0.8100.970.25
HSL110º94.9%38.43%-
HSV(B)110º97.38%74.9%-
XYZ19.3937.656.39-
YUV123.4561.1565.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 191 (75% from 255) = 82.33%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=15.52%
G=82.33%
B=2.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3619150.8100.970.2511094.938.43
Hex24BF551061196e5f26
Octal44277512101413115613746
Binary100100101111111011010001011000011100111011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,191,5); }

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

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

 a { background-color: rgb(36,191,5); }

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

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

 span { border-color: rgb(36,191,5); }

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