#30BA1D

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

Shades of Lime Green #30BA1D

Tints of Lime Green #30BA1D

Color information

#30BA1D (or 0x30BA1D) is unknown color: approx Lime Green. HEX triplet: 30, BA and 1D. RGB value is (48,186,29). Sum of RGB (Red+Green+Blue) = 48+186+29=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA1D is #CF45E2. Grayscale: #7F7F7F. Windows color (decimal): -13583843 or 1948208. OLE color: 1948208.

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

Color convert

RGB4818629-
CMYK0.7400.840.27
HSL112.74º73.02%42.16%-
HSV(B)112.74º84.41%72.94%-
XYZ1935.837.08-
YUV126.8472.7871.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 186 (73.05% from 255) = 70.72%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=18.25%
G=70.72%
B=11.03%

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
Decimal48186290.7400.840.27112.7473.0242.16
Hex30BA1D4A0541B71492a
Octal602723511201243316111152
Binary11000010111010111011001010010101001101111100011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,29); }

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

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

 a { background-color: rgb(48,186,29); }

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

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

 span { border-color: rgb(48,186,29); }

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