#2CE720

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

Shades of Lime Green #2CE720

Tints of Lime Green #2CE720

Color information

#2CE720 (or 0x2CE720) is unknown color: approx Lime Green. HEX triplet: 2C, E7 and 20. RGB value is (44,231,32). Sum of RGB (Red+Green+Blue) = 44+231+32=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 231 (90.62% from 255 or 75.24% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE720 is #D318DF. Grayscale: #999999. Windows color (decimal): -13834464 or 2156332. OLE color: 2156332.

HSL color Cylindrical-coordinate representation of color #2CE720: hue angle of 116.38º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CE720 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB4423132-
CMYK0.8100.860.09
HSL116.38º80.57%51.57%-
HSV(B)116.38º86.15%90.59%-
XYZ29.8857.7910.95-
YUV152.460.0550.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 231 (90.62% from 255) = 75.24%
BLUE value IS 32 (12.89% from 255) = 10.42%
R=14.33%
G=75.24%
B=10.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal44231320.8100.860.09116.3880.5751.57
Hex2CE720510569745134
Octal543474012101261116412164
Binary10110011100111100000101000101010110100111101001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,231,32); }

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

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

 a { background-color: rgb(44,231,32); }

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

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

 span { border-color: rgb(44,231,32); }

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