#30DE13

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

Shades of Lime Green #30DE13

Tints of Lime Green #30DE13

Color information

#30DE13 (or 0x30DE13) is unknown color: approx Lime Green. HEX triplet: 30, DE and 13. RGB value is (48,222,19). Sum of RGB (Red+Green+Blue) = 48+222+19=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 222 (87.11% from 255 or 76.82% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DE13 is #CF21EC. Grayscale: #939393. Windows color (decimal): -13574637 or 1302064. OLE color: 1302064.

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

Color convert

RGB4822219-
CMYK0.7800.910.13
HSL111.43º84.23%47.25%-
HSV(B)111.43º91.44%87.06%-
XYZ27.4652.929.38-
YUV146.8355.8557.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 222 (87.11% from 255) = 76.82%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=16.61%
G=76.82%
B=6.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48222190.7800.910.13111.4384.2347.25
Hex30DE134E05BD6f542f
Octal603362311601331515712457
Binary1100001101111010011100111001011011110111011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,222,19); }

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

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

 a { background-color: rgb(48,222,19); }

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

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

 span { border-color: rgb(48,222,19); }

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