#30DD42

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

Shades of Lime Green #30DD42

Tints of Lime Green #30DD42

Color information

#30DD42 (or 0x30DD42) is unknown color: approx Lime Green. HEX triplet: 30, DD and 42. RGB value is (48,221,66). Sum of RGB (Red+Green+Blue) = 48+221+66=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DD42 is #CF22BD. Grayscale: #989898. Windows color (decimal): -13574846 or 4382000. OLE color: 4382000.

HSL color Cylindrical-coordinate representation of color #30DD42: hue angle of 126.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD42 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB4822166-
CMYK0.7800.700.13
HSL126.24º71.78%52.75%-
HSV(B)126.24º78.28%86.67%-
XYZ28.0652.7313.85-
YUV151.679.6954.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 221 (86.72% from 255) = 65.97%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=14.33%
G=65.97%
B=19.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48221660.7800.700.13126.2471.7852.75
Hex30DD424E046D7e4835
Octal6033510211601061517611065
Binary110000110111011000010100111001000110110111111101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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