#30BB1E

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

Shades of Lime Green #30BB1E

Tints of Lime Green #30BB1E

Color information

#30BB1E (or 0x30BB1E) is unknown color: approx Lime Green. HEX triplet: 30, BB and 1E. RGB value is (48,187,30). Sum of RGB (Red+Green+Blue) = 48+187+30=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 187 (73.44% from 255 or 70.57% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB1E is #CF44E1. Grayscale: #808080. Windows color (decimal): -13583586 or 2014000. OLE color: 2014000.

HSL color Cylindrical-coordinate representation of color #30BB1E: hue angle of 113.12º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30BB1E is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB4818730-
CMYK0.7400.840.27
HSL113.12º72.35%42.55%-
HSV(B)113.12º83.96%73.33%-
XYZ19.2236.267.21-
YUV127.5472.9571.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 187 (73.44% from 255) = 70.57%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=18.11%
G=70.57%
B=11.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48187300.7400.840.27113.1272.3542.55
Hex30BB1E4A0541B71482b
Octal602733611201243316111053
Binary11000010111011111101001010010101001101111100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,187,30); }

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

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

 a { background-color: rgb(48,187,30); }

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

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

 span { border-color: rgb(48,187,30); }

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