Html Css Color HEX #2BDD10 Lime Green

📋 copy color: '#2BDD10'

red 43 ◦ green 221 ◦ blue 16

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

Shades of Lime Green #2BDD10

Tints of Lime Green #2BDD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 78.93%

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

R = 15.36%
G = 78.93%
B = 5.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#2BDD10 (or 0x2BDD10) is known color: Lime Green. HEX triplet: 2B, DD and 10. RGB value is (43,221,16). Sum of RGB (Red+Green+Blue) = 43+221+16=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDD10 is #D422EF. Grayscale: #919191. Windows color (decimal): -13902576 or 1105195. OLE color: 1105195.

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

Color convert

RGB 43 221 16 -
CMYK 0.81 0 0.93 0.13
HSL 112.1º 0.86% 0.46% -
HSV(B) 112.1º 0.93% 0.87% -
XYZ 26.95 52.26 9.16 -
YUV 144.41 55.53 55.67 -
System Red Green Blue C M Y K H S L
Decimal 43 221 16 0.81 0 0.93 0.13 112.1 0.86 0.46
Hex 2B DD 10 51 0 5D D 70 56 2E
Octal 53 335 20 121 0 135 15 160 126 56
Binary 101011 11011101 10000 1010001 0 1011101 1101 1110000 1010110 101110

Color Harmonies of #2BDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD10

Black with #2BDD10

Text Example


Text Example

White with #2BDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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