#2BDE12

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

Shades of Lime Green #2BDE12

Tints of Lime Green #2BDE12

Color information

#2BDE12 (or 0x2BDE12) is unknown color: approx Lime Green. HEX triplet: 2B, DE and 12. RGB value is (43,222,18). Sum of RGB (Red+Green+Blue) = 43+222+18=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 222 (87.11% from 255 or 78.45% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDE12 is #D421ED. Grayscale: #919191. Windows color (decimal): -13902318 or 1236523. OLE color: 1236523.

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

Color convert

RGB4322218-
CMYK0.8100.920.13
HSL112.65º85%47.06%-
HSV(B)112.65º91.89%87.06%-
XYZ27.2352.89.33-
YUV145.2256.255.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 222 (87.11% from 255) = 78.45%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=15.19%
G=78.45%
B=6.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43222180.8100.920.13112.658547.06
Hex2BDE125105CD71552f
Octal533362212101341516112557
Binary1010111101111010010101000101011100110111100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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