#2BDE10

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

Shades of Lime Green #2BDE10

Tints of Lime Green #2BDE10

Color information

#2BDE10 (or 0x2BDE10) is unknown color: approx Lime Green. HEX triplet: 2B, DE and 10. RGB value is (43,222,16). Sum of RGB (Red+Green+Blue) = 43+222+16=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 222 (87.11% from 255 or 79.00% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDE10 is #D421EF. Grayscale: #919191. Windows color (decimal): -13902320 or 1105451. OLE color: 1105451.

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

Color convert

RGB4322216-
CMYK0.8100.930.13
HSL112.14º86.55%46.67%-
HSV(B)112.14º92.79%87.06%-
XYZ27.2152.799.25-
YUV14555.255.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 222 (87.11% from 255) = 79.00%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=15.30%
G=79.00%
B=5.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43222160.8100.930.13112.1486.5546.67
Hex2BDE105105DD70572f
Octal533362012101351516012757
Binary1010111101111010000101000101011101110111100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,222,16); }

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

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

 a { background-color: rgb(43,222,16); }

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

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

 span { border-color: rgb(43,222,16); }

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