#30D325

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

Shades of Lime Green #30D325

Tints of Lime Green #30D325

Color information

#30D325 (or 0x30D325) is unknown color: approx Lime Green. HEX triplet: 30, D3 and 25. RGB value is (48,211,37). Sum of RGB (Red+Green+Blue) = 48+211+37=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 211 (82.81% from 255 or 71.28% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 211 - color contains mainly: green. Hex color #30D325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D325 is #CF2CDA. Grayscale: #8E8E8E. Windows color (decimal): -13577435 or 2478896. OLE color: 2478896.

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

Color convert

RGB4821137-
CMYK0.7700.820.17
HSL116.21º70.16%48.63%-
HSV(B)116.21º82.46%82.75%-
XYZ24.8547.359.58-
YUV142.4368.560.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 211 (82.81% from 255) = 71.28%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=16.22%
G=71.28%
B=12.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal48211370.7700.820.17116.2170.1648.63
Hex30D3254D05211744631
Octal603234511501222116410661
Binary110000110100111001011001101010100101000111101001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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