#48BF24

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

Shades of Kelly Green #48BF24

Tints of Kelly Green #48BF24

Color information

#48BF24 (or 0x48BF24) is unknown color: approx Kelly Green. HEX triplet: 48, BF and 24. RGB value is (72,191,36). Sum of RGB (Red+Green+Blue) = 72+191+36=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF24 is #B740DB. Grayscale: #8A8A8A. Windows color (decimal): -12009692 or 2408264. OLE color: 2408264.

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

Color convert

RGB7219136-
CMYK0.6200.810.25
HSL106.06º68.28%44.51%-
HSV(B)106.06º81.15%74.9%-
XYZ21.6238.778.01-
YUV137.7570.5881.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 191 (75% from 255) = 63.88%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=24.08%
G=63.88%
B=12.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72191360.6200.810.25106.0668.2844.51
Hex48BF243E051196a442d
Octal110277447601213115210455
Binary100100010111111100100111110010100011100111010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48BF24; }

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

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

<style>
 a { background-color: #48BF24; }

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

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

<style>
 span { border-color: #48BF24; }

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

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