#30BF24

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

Shades of Lime Green #30BF24

Tints of Lime Green #30BF24

Color information

#30BF24 (or 0x30BF24) is unknown color: approx Lime Green. HEX triplet: 30, BF and 24. RGB value is (48,191,36). Sum of RGB (Red+Green+Blue) = 48+191+36=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF24 is #CF40DB. Grayscale: #838383. Windows color (decimal): -13582556 or 2408240. OLE color: 2408240.

HSL color Cylindrical-coordinate representation of color #30BF24: hue angle of 115.35º 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 #30BF24 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB4819136-
CMYK0.7500.810.25
HSL115.35º68.28%44.51%-
HSV(B)115.35º81.15%74.9%-
XYZ20.1738.027.94-
YUV130.5774.6269.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 191 (75% from 255) = 69.45%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=17.45%
G=69.45%
B=13.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191360.7500.810.25115.3568.2844.51
Hex30BF244B0511973442d
Octal602774411301213116310455
Binary110000101111111001001001011010100011100111100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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