#30AC34

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

Shades of Lime Green #30AC34

Tints of Lime Green #30AC34

Color information

#30AC34 (or 0x30AC34) is unknown color: approx Lime Green. HEX triplet: 30, AC and 34. RGB value is (48,172,52). Sum of RGB (Red+Green+Blue) = 48+172+52=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC34 is #CF53CB. Grayscale: #797979. Windows color (decimal): -13587404 or 3451952. OLE color: 3451952.

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

Color convert

RGB4817252-
CMYK0.7200.700.33
HSL121.94º56.36%43.14%-
HSV(B)121.94º72.09%67.45%-
XYZ16.5930.388.24-
YUV121.2488.9275.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 172 (67.58% from 255) = 63.24%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=17.65%
G=63.24%
B=19.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48172520.7200.700.33121.9456.3643.14
Hex30AC3448046217a382b
Octal60254641100106411727053
Binary110000101011001101001001000010001101000011111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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