#30DC2F

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

Shades of Lime Green #30DC2F

Tints of Lime Green #30DC2F

Color information

#30DC2F (or 0x30DC2F) is unknown color: approx Lime Green. HEX triplet: 30, DC and 2F. RGB value is (48,220,47). Sum of RGB (Red+Green+Blue) = 48+220+47=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC2F is #CF23D0. Grayscale: #959595. Windows color (decimal): -13575121 or 3136560. OLE color: 3136560.

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

Color convert

RGB4822047-
CMYK0.7800.790.14
HSL119.65º71.19%52.35%-
HSV(B)119.65º78.64%86.27%-
XYZ27.3352.0211.29-
YUV148.8570.5256.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 220 (86.33% from 255) = 69.84%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=15.24%
G=69.84%
B=14.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal48220470.7800.790.14119.6571.1952.35
Hex30DC2F4E04FE784734
Octal603345711601171617010764
Binary11000011011100101111100111001001111111011110001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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