#2AC02D

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

Shades of Lime Green #2AC02D

Tints of Lime Green #2AC02D

Color information

#2AC02D (or 0x2AC02D) is unknown color: approx Lime Green. HEX triplet: 2A, C0 and 2D. RGB value is (42,192,45). Sum of RGB (Red+Green+Blue) = 42+192+45=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC02D is #D53FD2. Grayscale: #828282. Windows color (decimal): -13975507 or 2998314. OLE color: 2998314.

HSL color Cylindrical-coordinate representation of color #2AC02D: hue angle of 121.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC02D is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB4219245-
CMYK0.7800.770.25
HSL121.2º64.1%45.88%-
HSV(B)121.2º78.12%75.29%-
XYZ20.2838.388.82-
YUV130.3979.8164.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 192 (75.39% from 255) = 68.82%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=15.05%
G=68.82%
B=16.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42192450.7800.770.25121.264.145.88
Hex2AC02D4E04D1979402e
Octal523005511601153117110056
Binary101010110000001011011001110010011011100111110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AC02D; }

 p { color: rgb(42,192,45); }

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

<style>
 a { background-color: #2AC02D; }

 a { background-color: rgb(42,192,45); }

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

<style>
 span { border-color: #2AC02D; }

 span { border-color: rgb(42,192,45); }

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