#2DC62A

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

Shades of Lime Green #2DC62A

Tints of Lime Green #2DC62A

Color information

#2DC62A (or 0x2DC62A) is unknown color: approx Lime Green. HEX triplet: 2D, C6 and 2A. RGB value is (45,198,42). Sum of RGB (Red+Green+Blue) = 45+198+42=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC62A is #D239D5. Grayscale: #868686. Windows color (decimal): -13777366 or 2803245. OLE color: 2803245.

HSL color Cylindrical-coordinate representation of color #2DC62A: hue angle of 118.85º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DC62A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB4519842-
CMYK0.7700.790.22
HSL118.85º65%47.06%-
HSV(B)118.85º78.79%77.65%-
XYZ21.6941.118.98-
YUV134.4775.8164.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 198 (77.73% from 255) = 69.47%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=15.79%
G=69.47%
B=14.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45198420.7700.790.22118.856547.06
Hex2DC62A4D04F1677412f
Octal553065211501172616710157
Binary101101110001101010101001101010011111011011101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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