#2BDF15

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

Shades of Lime Green #2BDF15

Tints of Lime Green #2BDF15

Color information

#2BDF15 (or 0x2BDF15) is unknown color: approx Lime Green. HEX triplet: 2B, DF and 15. RGB value is (43,223,21). Sum of RGB (Red+Green+Blue) = 43+223+21=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDF15 is #D420EA. Grayscale: #929292. Windows color (decimal): -13902059 or 1433387. OLE color: 1433387.

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

Color convert

RGB4322321-
CMYK0.8100.910.13
HSL113.47º82.79%47.84%-
HSV(B)113.47º90.58%87.45%-
XYZ27.5253.349.56-
YUV146.1557.3754.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 223 (87.5% from 255) = 77.70%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=14.98%
G=77.70%
B=7.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43223210.8100.910.13113.4782.7947.84
Hex2BDF155105BD715330
Octal533372512101331516112360
Binary1010111101111110101101000101011011110111100011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,223,21); }

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

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

 a { background-color: rgb(43,223,21); }

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

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

 span { border-color: rgb(43,223,21); }

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