#30BB34

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

Shades of Lime Green #30BB34

Tints of Lime Green #30BB34

Color information

#30BB34 (or 0x30BB34) is unknown color: approx Lime Green. HEX triplet: 30, BB and 34. RGB value is (48,187,52). Sum of RGB (Red+Green+Blue) = 48+187+52=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB34 is #CF44CB. Grayscale: #828282. Windows color (decimal): -13583564 or 3455792. OLE color: 3455792.

HSL color Cylindrical-coordinate representation of color #30BB34: hue angle of 121.73º 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 #30BB34 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB4818752-
CMYK0.7400.720.27
HSL121.73º59.15%46.08%-
HSV(B)121.73º74.33%73.33%-
XYZ19.6136.429.24-
YUV130.0583.9569.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 187 (73.44% from 255) = 65.16%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=16.72%
G=65.16%
B=18.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48187520.7400.720.27121.7359.1546.08
Hex30BB344A0481B7a3b2e
Octal60273641120110331727356
Binary11000010111011110100100101001001000110111111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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