#30C81F

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

Shades of Lime Green #30C81F

Tints of Lime Green #30C81F

Color information

#30C81F (or 0x30C81F) is unknown color: approx Lime Green. HEX triplet: 30, C8 and 1F. RGB value is (48,200,31). Sum of RGB (Red+Green+Blue) = 48+200+31=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #30C81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C81F is #CF37E0. Grayscale: #878787. Windows color (decimal): -13580257 or 2082864. OLE color: 2082864.

HSL color Cylindrical-coordinate representation of color #30C81F: hue angle of 113.96º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30C81F is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB4820031-
CMYK0.7600.840.22
HSL113.96º73.16%45.29%-
HSV(B)113.96º84.5%78.43%-
XYZ22.1242.048.24-
YUV135.2969.1465.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 200 (78.52% from 255) = 71.68%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=17.20%
G=71.68%
B=11.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48200310.7600.840.22113.9673.1645.29
Hex30C81F4C0541672492d
Octal603103711401242616211155
Binary11000011001000111111001100010101001011011100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,200,31); }

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

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

 a { background-color: rgb(48,200,31); }

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

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

 span { border-color: rgb(48,200,31); }

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