#2CDB10

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

Shades of Lime Green #2CDB10

Tints of Lime Green #2CDB10

Color information

#2CDB10 (or 0x2CDB10) is unknown color: approx Lime Green. HEX triplet: 2C, DB and 10. RGB value is (44,219,16). Sum of RGB (Red+Green+Blue) = 44+219+16=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDB10 is #D324EF. Grayscale: #909090. Windows color (decimal): -13837552 or 1104684. OLE color: 1104684.

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

Color convert

RGB4421916-
CMYK0.8000.930.14
HSL111.72º86.38%46.08%-
HSV(B)111.72º92.69%85.88%-
XYZ26.4651.248.98-
YUV143.5356.0257.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 219 (85.94% from 255) = 78.49%
BLUE value IS 16 (6.64% from 255) = 5.73%
R=15.77%
G=78.49%
B=5.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal44219160.8000.930.14111.7286.3846.08
Hex2CDB105005DE70562e
Octal543332012001351616012656
Binary1011001101101110000101000001011101111011100001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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