#2CDB22

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

Shades of Lime Green #2CDB22

Tints of Lime Green #2CDB22

Color information

#2CDB22 (or 0x2CDB22) is unknown color: approx Lime Green. HEX triplet: 2C, DB and 22. RGB value is (44,219,34). Sum of RGB (Red+Green+Blue) = 44+219+34=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDB22 is #D324DD. Grayscale: #929292. Windows color (decimal): -13837534 or 2284332. OLE color: 2284332.

HSL color Cylindrical-coordinate representation of color #2CDB22: hue angle of 116.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CDB22 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB4421934-
CMYK0.8000.840.14
HSL116.76º73.12%49.61%-
HSV(B)116.76º84.47%85.88%-
XYZ26.6651.3110.01-
YUV145.5865.0255.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 219 (85.94% from 255) = 73.74%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=14.81%
G=73.74%
B=11.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal44219340.8000.840.14116.7673.1249.61
Hex2CDB2250054E754932
Octal543334212001241616511162
Binary10110011011011100010101000001010100111011101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,219,34); }

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

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

 a { background-color: rgb(44,219,34); }

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

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

 span { border-color: rgb(44,219,34); }

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