#30d332

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

Shades of Lime Green #30D332

Tints of Lime Green #30D332

Color information

#30D332 (or 0x30D332) is unknown color: approx Lime Green. HEX triplet: 30, D3 and 32. RGB value is (48,211,50). Sum of RGB (Red+Green+Blue) = 48+211+50=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 211 (82.81% from 255 or 68.28% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 211 - color contains mainly: green. Hex color #30D332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D332 is #CF2CCD. Grayscale: #909090. Windows color (decimal): -13577422 or 3330864. OLE color: 3330864.

HSL color Cylindrical-coordinate representation of color #30D332: hue angle of 120.74º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D332 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB4821150-
CMYK0.7700.760.17
HSL120.74º64.94%50.78%-
HSV(B)120.74º77.25%82.75%-
XYZ25.0947.4510.85-
YUV143.917559.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 211 (82.81% from 255) = 68.28%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=15.53%
G=68.28%
B=16.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal48211500.7700.760.17120.7464.9450.78
Hex30D3324D04C11794133
Octal603236211501142117110163
Binary110000110100111100101001101010011001000111110011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30d332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,211,50); }

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

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

 a { background-color: rgb(48,211,50); }

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

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

 span { border-color: rgb(48,211,50); }

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