#2CE31A

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

Shades of Lime Green #2CE31A

Tints of Lime Green #2CE31A

Color information

#2CE31A (or 0x2CE31A) is unknown color: approx Lime Green. HEX triplet: 2C, E3 and 1A. RGB value is (44,227,26). Sum of RGB (Red+Green+Blue) = 44+227+26=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 227 (89.06% from 255 or 76.43% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE31A is #D31CE5. Grayscale: #959595. Windows color (decimal): -13835494 or 1762092. OLE color: 1762092.

HSL color Cylindrical-coordinate representation of color #2CE31A: hue angle of 114.63º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CE31A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB4422726-
CMYK0.8100.890.11
HSL114.63º79.45%49.61%-
HSV(B)114.63º88.55%89.02%-
XYZ28.6955.5510.19-
YUV149.3758.3752.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 227 (89.06% from 255) = 76.43%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=14.81%
G=76.43%
B=8.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal44227260.8100.890.11114.6379.4549.61
Hex2CE31A51059B734f32
Octal543433212101311316311762
Binary1011001110001111010101000101011001101111100111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,227,26); }

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

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

 a { background-color: rgb(44,227,26); }

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

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

 span { border-color: rgb(44,227,26); }

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