#30DC2B

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

Shades of Lime Green #30DC2B

Tints of Lime Green #30DC2B

Color information

#30DC2B (or 0x30DC2B) is unknown color: approx Lime Green. HEX triplet: 30, DC and 2B. RGB value is (48,220,43). Sum of RGB (Red+Green+Blue) = 48+220+43=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC2B is #CF23D4. Grayscale: #949494. Windows color (decimal): -13575125 or 2874416. OLE color: 2874416.

HSL color Cylindrical-coordinate representation of color #30DC2B: hue angle of 118.31º 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 #30DC2B is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB4822043-
CMYK0.7800.800.14
HSL118.31º71.66%51.57%-
HSV(B)118.31º80.45%86.27%-
XYZ27.2551.9910.88-
YUV148.3968.5256.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 220 (86.33% from 255) = 70.74%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=15.43%
G=70.74%
B=13.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal48220430.7800.800.14118.3171.6651.57
Hex30DC2B4E050E764834
Octal603345311601201616611064
Binary11000011011100101011100111001010000111011101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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