Html Css Color HEX #2BD516 Lime Green

📋 copy color: '#2BD516'

red 43 ◦ green 213 ◦ blue 22

#2BD516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2BD516

Tints of Lime Green #2BD516

RGB

 RED value IS 43 (17.19% from 255) = 15.47%

 GREEN value IS 213 (83.59% from 255) = 76.62%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 15.47%
G = 76.62%
B = 7.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#2BD516 (or 0x2BD516) is known color: Lime Green. HEX triplet: 2B, D5 and 16. RGB value is (43,213,22). Sum of RGB (Red+Green+Blue) = 43+213+22=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD516 is #D42AE9. Grayscale: #8C8C8C. Windows color (decimal): -13904618 or 1496363. OLE color: 1496363.

HSL color Cylindrical-coordinate representation of color #2BD516: hue angle of 113.4º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BD516 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 213 22 -
CMYK 0.80 0 0.90 0.16
HSL 113.4º 0.81% 0.46% -
HSV(B) 113.4º 0.9% 0.84% -
XYZ 24.94 48.16 8.74 -
YUV 140.4 61.18 58.53 -
System Red Green Blue C M Y K H S L
Decimal 43 213 22 0.80 0 0.90 0.16 113.4 0.81 0.46
Hex 2B D5 16 50 0 5A 10 71 51 2E
Octal 53 325 26 120 0 132 20 161 121 56
Binary 101011 11010101 10110 1010000 0 1011010 10000 1110001 1010001 101110

Color Harmonies of #2BD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD516

Black with #2BD516

Text Example


Text Example

White with #2BD516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,213,22); }

 H1.HeaderClassName
 {
   color: #2BD516;
 }
 .AnyTagClassName
 {
   color: #2BD516;
 }
</style>

background-color css

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

 a { background-color: rgb(43,213,22); }

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

border-color css

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

 span { border-color: rgb(43,213,22); }

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