#30AC30

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

Shades of Lime Green #30AC30

Tints of Lime Green #30AC30

Color information

#30AC30 (or 0x30AC30) is unknown color: approx Lime Green. HEX triplet: 30, AC and 30. RGB value is (48,172,48). Sum of RGB (Red+Green+Blue) = 48+172+48=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC30 is #CF53CF. Grayscale: #797979. Windows color (decimal): -13587408 or 3189808. OLE color: 3189808.

HSL color Cylindrical-coordinate representation of color #30AC30: hue angle of 120º 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 #30AC30 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB4817248-
CMYK0.7200.720.33
HSL120º56.36%43.14%-
HSV(B)120º72.09%67.45%-
XYZ16.530.357.78-
YUV120.7986.9276.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 172 (67.58% from 255) = 64.18%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=17.91%
G=64.18%
B=17.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48172480.7200.720.3312056.3643.14
Hex30AC30480482178382b
Octal60254601100110411707053
Binary110000101011001100001001000010010001000011111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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