#2ECD23

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

Shades of Lime Green #2ECD23

Tints of Lime Green #2ECD23

Color information

#2ECD23 (or 0x2ECD23) is unknown color: approx Lime Green. HEX triplet: 2E, CD and 23. RGB value is (46,205,35). Sum of RGB (Red+Green+Blue) = 46+205+35=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD23 is #D132DC. Grayscale: #8A8A8A. Windows color (decimal): -13710045 or 2346286. OLE color: 2346286.

HSL color Cylindrical-coordinate representation of color #2ECD23: hue angle of 116.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ECD23 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB4620535-
CMYK0.7800.830.20
HSL116.12º70.83%47.06%-
HSV(B)116.12º82.93%80.39%-
XYZ23.2644.368.93-
YUV138.0869.8262.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 205 (80.47% from 255) = 71.68%
BLUE value IS 35 (14.06% from 255) = 12.24%
R=16.08%
G=71.68%
B=12.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal46205350.7800.830.20116.1270.8347.06
Hex2ECD234E0531474472f
Octal563154311601232416410757
Binary101110110011011000111001110010100111010011101001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,205,35); }

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

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

 a { background-color: rgb(46,205,35); }

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

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

 span { border-color: rgb(46,205,35); }

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