Html Css Color HEX #2BD810 Lime Green

📋 copy color: '#2BD810'

red 43 ◦ green 216 ◦ blue 16

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

Shades of Lime Green #2BD810

Tints of Lime Green #2BD810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.55%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 15.64%
G = 78.55%
B = 5.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#2BD810 (or 0x2BD810) is known color: Lime Green. HEX triplet: 2B, D8 and 10. RGB value is (43,216,16). Sum of RGB (Red+Green+Blue) = 43+216+16=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD810 is #D427EF. Grayscale: #8E8E8E. Windows color (decimal): -13903856 or 1103915. OLE color: 1103915.

HSL color Cylindrical-coordinate representation of color #2BD810: hue angle of 111.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BD810 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 216 16 -
CMYK 0.80 0 0.93 0.15
HSL 111.9º 0.86% 0.45% -
HSV(B) 111.9º 0.93% 0.85% -
XYZ 25.65 49.66 8.72 -
YUV 141.47 57.19 57.76 -
System Red Green Blue C M Y K H S L
Decimal 43 216 16 0.80 0 0.93 0.15 111.9 0.86 0.45
Hex 2B D8 10 50 0 5D F 70 56 2D
Octal 53 330 20 120 0 135 17 160 126 55
Binary 101011 11011000 10000 1010000 0 1011101 1111 1110000 1010110 101101

Color Harmonies of #2BD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD810

Black with #2BD810

Text Example


Text Example

White with #2BD810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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