#30BB39

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

Shades of Lime Green #30BB39

Tints of Lime Green #30BB39

Color information

#30BB39 (or 0x30BB39) is unknown color: approx Lime Green. HEX triplet: 30, BB and 39. RGB value is (48,187,57). Sum of RGB (Red+Green+Blue) = 48+187+57=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB39 is #CF44C6. Grayscale: #838383. Windows color (decimal): -13583559 or 3783472. OLE color: 3783472.

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

Color convert

RGB4818757-
CMYK0.7400.700.27
HSL123.88º59.15%46.08%-
HSV(B)123.88º74.33%73.33%-
XYZ19.7336.469.87-
YUV130.6286.4569.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 187 (73.44% from 255) = 64.04%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=16.44%
G=64.04%
B=19.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48187570.7400.700.27123.8859.1546.08
Hex30BB394A0461B7c3b2e
Octal60273711120106331747356
Binary11000010111011111001100101001000110110111111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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