Html Css Color HEX #2BDB10 Lime Green

📋 copy color: '#2BDB10'

red 43 ◦ green 219 ◦ blue 16

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

Shades of Lime Green #2BDB10

Tints of Lime Green #2BDB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 78.78%

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

R = 15.47%
G = 78.78%
B = 5.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#2BDB10 (or 0x2BDB10) is known color: Lime Green. HEX triplet: 2B, DB and 10. RGB value is (43,219,16). Sum of RGB (Red+Green+Blue) = 43+219+16=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDB10 is #D424EF. Grayscale: #8F8F8F. Windows color (decimal): -13903088 or 1104683. OLE color: 1104683.

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

Color convert

RGB 43 219 16 -
CMYK 0.80 0 0.93 0.14
HSL 112.02º 0.86% 0.46% -
HSV(B) 112.02º 0.93% 0.86% -
XYZ 26.42 51.21 8.98 -
YUV 143.23 56.19 56.51 -
System Red Green Blue C M Y K H S L
Decimal 43 219 16 0.80 0 0.93 0.14 112.02 0.86 0.46
Hex 2B DB 10 50 0 5D E 70 56 2E
Octal 53 333 20 120 0 135 16 160 126 56
Binary 101011 11011011 10000 1010000 0 1011101 1110 1110000 1010110 101110

Color Harmonies of #2BDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB10

Black with #2BDB10

Text Example


Text Example

White with #2BDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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