#30ac29

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

Shades of Lime Green #30AC29

Tints of Lime Green #30AC29

Color information

#30AC29 (or 0x30AC29) is unknown color: approx Lime Green. HEX triplet: 30, AC and 29. RGB value is (48,172,41). Sum of RGB (Red+Green+Blue) = 48+172+41=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC29 is #CF53D6. Grayscale: #787878. Windows color (decimal): -13587415 or 2731056. OLE color: 2731056.

HSL color Cylindrical-coordinate representation of color #30AC29: hue angle of 116.79º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30AC29 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB4817241-
CMYK0.7200.760.33
HSL116.79º61.5%41.76%-
HSV(B)116.79º76.16%67.45%-
XYZ16.3730.297.08-
YUV119.9983.4276.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 172 (67.58% from 255) = 65.90%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=18.39%
G=65.90%
B=15.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48172410.7200.760.33116.7961.541.76
Hex30AC294804C21753e2a
Octal60254511100114411657652
Binary110000101011001010011001000010011001000011110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ac29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,172,41); }

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

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

 a { background-color: rgb(48,172,41); }

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

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

 span { border-color: rgb(48,172,41); }

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