Html Css Color HEX #2BD919 Lime Green

📋 copy color: '#2BD919'

red 43 ◦ green 217 ◦ blue 25

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

Shades of Lime Green #2BD919

Tints of Lime Green #2BD919

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.14%

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

R = 15.09%
G = 76.14%
B = 8.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#2BD919 (or 0x2BD919) is known color: Lime Green. HEX triplet: 2B, D9 and 19. RGB value is (43,217,25). Sum of RGB (Red+Green+Blue) = 43+217+25=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 217 (85.16% from 255 or 76.14% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD919 is #D426E6. Grayscale: #8F8F8F. Windows color (decimal): -13903591 or 1693995. OLE color: 1693995.

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

Color convert

RGB 43 217 25 -
CMYK 0.80 0 0.88 0.15
HSL 114.38º 0.79% 0.47% -
HSV(B) 114.38º 0.88% 0.85% -
XYZ 25.98 50.21 9.24 -
YUV 143.09 61.35 56.61 -
System Red Green Blue C M Y K H S L
Decimal 43 217 25 0.80 0 0.88 0.15 114.38 0.79 0.47
Hex 2B D9 19 50 0 58 F 72 4F 2F
Octal 53 331 31 120 0 130 17 162 117 57
Binary 101011 11011001 11001 1010000 0 1011000 1111 1110010 1001111 101111

Color Harmonies of #2BD919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD919

Black with #2BD919

Text Example


Text Example

White with #2BD919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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