#30DC2C

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

Shades of Lime Green #30DC2C

Tints of Lime Green #30DC2C

Color information

#30DC2C (or 0x30DC2C) is unknown color: approx Lime Green. HEX triplet: 30, DC and 2C. RGB value is (48,220,44). Sum of RGB (Red+Green+Blue) = 48+220+44=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC2C is #CF23D3. Grayscale: #959595. Windows color (decimal): -13575124 or 2939952. OLE color: 2939952.

HSL color Cylindrical-coordinate representation of color #30DC2C: hue angle of 118.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DC2C is Cyan = 0.78, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB4822044-
CMYK0.7800.80.14
HSL118.64º71.54%51.76%-
HSV(B)118.64º80%86.27%-
XYZ27.275210.98-
YUV148.5169.0256.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 220 (86.33% from 255) = 70.51%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=15.38%
G=70.51%
B=14.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal48220440.7800.80.14118.6471.5451.76
Hex30DC2C4E050E774834
Octal603345411601201616711064
Binary11000011011100101100100111001010000111011101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,220,44); }

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

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

 a { background-color: rgb(48,220,44); }

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

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

 span { border-color: rgb(48,220,44); }

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