#2BD10C

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

Shades of Lime Green #2BD10C

Tints of Lime Green #2BD10C

Color information

#2BD10C (or 0x2BD10C) is unknown color: approx Lime Green. HEX triplet: 2B, D1 and 0C. RGB value is (43,209,12). Sum of RGB (Red+Green+Blue) = 43+209+12=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 209 (82.03% from 255 or 79.17% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD10C is #D42EF3. Grayscale: #898989. Windows color (decimal): -13905652 or 839979. OLE color: 839979.

HSL color Cylindrical-coordinate representation of color #2BD10C: hue angle of 110.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BD10C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB4320912-
CMYK0.7900.940.18
HSL110.56º89.14%43.33%-
HSV(B)110.56º94.26%81.96%-
XYZ23.8646.148-
YUV136.9157.561.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 209 (82.03% from 255) = 79.17%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=16.29%
G=79.17%
B=4.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43209120.7900.940.18110.5689.1443.33
Hex2BD1C4F05E126f592b
Octal533211411701362215713153
Binary1010111101000111001001111010111101001011011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,209,12); }

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

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

 a { background-color: rgb(43,209,12); }

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

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

 span { border-color: rgb(43,209,12); }

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