#2DC31E

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

Shades of Lime Green #2DC31E

Tints of Lime Green #2DC31E

Color information

#2DC31E (or 0x2DC31E) is unknown color: approx Lime Green. HEX triplet: 2D, C3 and 1E. RGB value is (45,195,30). Sum of RGB (Red+Green+Blue) = 45+195+30=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC31E is #D23CE1. Grayscale: #838383. Windows color (decimal): -13778146 or 2016045. OLE color: 2016045.

HSL color Cylindrical-coordinate representation of color #2DC31E: hue angle of 114.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DC31E is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB4519530-
CMYK0.7700.850.24
HSL114.55º73.33%44.12%-
HSV(B)114.55º84.62%76.47%-
XYZ20.8339.687.79-
YUV131.3470.8166.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 195 (76.56% from 255) = 72.22%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=16.67%
G=72.22%
B=11.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45195300.7700.850.24114.5573.3344.12
Hex2DC31E4D0551873492c
Octal553033611501253016311154
Binary10110111000011111101001101010101011100011100111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,195,30); }

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

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

 a { background-color: rgb(45,195,30); }

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

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

 span { border-color: rgb(45,195,30); }

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