#30BF18

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

Shades of Lime Green #30BF18

Tints of Lime Green #30BF18

Color information

#30BF18 (or 0x30BF18) is unknown color: approx Lime Green. HEX triplet: 30, BF and 18. RGB value is (48,191,24). Sum of RGB (Red+Green+Blue) = 48+191+24=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BF18 is #CF40E7. Grayscale: #818181. Windows color (decimal): -13582568 or 1621808. OLE color: 1621808.

HSL color Cylindrical-coordinate representation of color #30BF18: hue angle of 111.38º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30BF18 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB4819124-
CMYK0.7500.870.25
HSL111.38º77.67%42.16%-
HSV(B)111.38º87.43%74.9%-
XYZ20.0137.967.14-
YUV129.268.6270.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 191 (75% from 255) = 72.62%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=18.25%
G=72.62%
B=9.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191240.7500.870.25111.3877.6742.16
Hex30BF184B057196f4e2a
Octal602773011301273115711652
Binary11000010111111110001001011010101111100111011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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