#30AB2A

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

Shades of Lime Green #30AB2A

Tints of Lime Green #30AB2A

Color information

#30AB2A (or 0x30AB2A) is unknown color: approx Lime Green. HEX triplet: 30, AB and 2A. RGB value is (48,171,42). Sum of RGB (Red+Green+Blue) = 48+171+42=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB2A is #CF54D5. Grayscale: #777777. Windows color (decimal): -13587670 or 2796336. OLE color: 2796336.

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

Color convert

RGB4817142-
CMYK0.7200.750.33
HSL117.21º60.56%41.76%-
HSV(B)117.21º75.44%67.06%-
XYZ16.229.927.11-
YUV119.5284.2576.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 171 (67.19% from 255) = 65.52%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=18.39%
G=65.52%
B=16.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48171420.7200.750.33117.2160.5641.76
Hex30AB2A4804B21753d2a
Octal60253521100113411657552
Binary110000101010111010101001000010010111000011110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,171,42); }

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

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

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

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

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

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

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