#30BF42

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

Shades of Lime Green #30BF42

Tints of Lime Green #30BF42

Color information

#30BF42 (or 0x30BF42) is unknown color: approx Lime Green. HEX triplet: 30, BF and 42. RGB value is (48,191,66). Sum of RGB (Red+Green+Blue) = 48+191+66=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF42 is #CF40BD. Grayscale: #868686. Windows color (decimal): -13582526 or 4374320. OLE color: 4374320.

HSL color Cylindrical-coordinate representation of color #30BF42: hue angle of 127.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF42 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB4819166-
CMYK0.7500.650.25
HSL127.55º59.83%46.86%-
HSV(B)127.55º74.87%74.9%-
XYZ20.8338.2811.45-
YUV133.9989.6266.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 191 (75% from 255) = 62.62%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=15.74%
G=62.62%
B=21.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191660.7500.650.25127.5559.8346.86
Hex30BF424B04119803c2f
Octal602771021130101312007457
Binary1100001011111110000101001011010000011100110000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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