#30BB42

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

Shades of Lime Green #30BB42

Tints of Lime Green #30BB42

Color information

#30BB42 (or 0x30BB42) is unknown color: approx Lime Green. HEX triplet: 30, BB and 42. RGB value is (48,187,66). Sum of RGB (Red+Green+Blue) = 48+187+66=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB42 is #CF44BD. Grayscale: #838383. Windows color (decimal): -13583550 or 4373296. OLE color: 4373296.

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

Color convert

RGB4818766-
CMYK0.7400.650.27
HSL127.77º59.15%46.08%-
HSV(B)127.77º74.33%73.33%-
XYZ19.9736.5611.16-
YUV131.6490.9568.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 187 (73.44% from 255) = 62.13%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=15.95%
G=62.13%
B=21.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48187660.7400.650.27127.7759.1546.08
Hex30BB424A0411B803b2e
Octal602731021120101332007356
Binary1100001011101110000101001010010000011101110000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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