Html Css Color HEX #2BDB19 Lime Green

📋 copy color: '#2BDB19'

red 43 ◦ green 219 ◦ blue 25

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

Shades of Lime Green #2BDB19

Tints of Lime Green #2BDB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.71%

R = 14.98%
G = 76.31%
B = 8.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#2BDB19 (or 0x2BDB19) is known color: Lime Green. HEX triplet: 2B, DB and 19. RGB value is (43,219,25). Sum of RGB (Red+Green+Blue) = 43+219+25=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDB19 is #D424E6. Grayscale: #909090. Windows color (decimal): -13903079 or 1694507. OLE color: 1694507.

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

Color convert

RGB 43 219 25 -
CMYK 0.80 0 0.89 0.14
HSL 114.43º 0.8% 0.48% -
HSV(B) 114.43º 0.89% 0.86% -
XYZ 26.5 51.25 9.41 -
YUV 144.26 60.69 55.77 -
System Red Green Blue C M Y K H S L
Decimal 43 219 25 0.80 0 0.89 0.14 114.43 0.8 0.48
Hex 2B DB 19 50 0 59 E 72 50 30
Octal 53 333 31 120 0 131 16 162 120 60
Binary 101011 11011011 11001 1010000 0 1011001 1110 1110010 1010000 110000

Color Harmonies of #2BDB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB19

Black with #2BDB19

Text Example


Text Example

White with #2BDB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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