#2CDF1E

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

Shades of Lime Green #2CDF1E

Tints of Lime Green #2CDF1E

Color information

#2CDF1E (or 0x2CDF1E) is unknown color: approx Lime Green. HEX triplet: 2C, DF and 1E. RGB value is (44,223,30). Sum of RGB (Red+Green+Blue) = 44+223+30=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF1E is #D320E1. Grayscale: #949494. Windows color (decimal): -13836514 or 2023212. OLE color: 2023212.

HSL color Cylindrical-coordinate representation of color #2CDF1E: hue angle of 115.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CDF1E is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB4422330-
CMYK0.8000.870.13
HSL115.65º76.28%49.61%-
HSV(B)115.65º86.55%87.45%-
XYZ27.6653.410.08-
YUV147.4861.754.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 223 (87.5% from 255) = 75.08%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=14.81%
G=75.08%
B=10.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44223300.8000.870.13115.6576.2849.61
Hex2CDF1E50057D744c32
Octal543373612001271516411462
Binary1011001101111111110101000001010111110111101001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,223,30); }

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

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

 a { background-color: rgb(44,223,30); }

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

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

 span { border-color: rgb(44,223,30); }

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