Html Css Color HEX #2BD319 Lime Green

📋 copy color: '#2BD319'

red 43 ◦ green 211 ◦ blue 25

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

Shades of Lime Green #2BD319

Tints of Lime Green #2BD319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 75.63%

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

R = 15.41%
G = 75.63%
B = 8.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#2BD319 (or 0x2BD319) is known color: Lime Green. HEX triplet: 2B, D3 and 19. RGB value is (43,211,25). Sum of RGB (Red+Green+Blue) = 43+211+25=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 211 (82.81% from 255 or 75.63% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD319 is #D42CE6. Grayscale: #8C8C8C. Windows color (decimal): -13905127 or 1692459. OLE color: 1692459.

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

Color convert

RGB 43 211 25 -
CMYK 0.80 0 0.88 0.17
HSL 114.19º 0.79% 0.46% -
HSV(B) 114.19º 0.88% 0.83% -
XYZ 24.47 47.17 8.74 -
YUV 139.56 63.34 59.12 -
System Red Green Blue C M Y K H S L
Decimal 43 211 25 0.80 0 0.88 0.17 114.19 0.79 0.46
Hex 2B D3 19 50 0 58 11 72 4F 2E
Octal 53 323 31 120 0 130 21 162 117 56
Binary 101011 11010011 11001 1010000 0 1011000 10001 1110010 1001111 101110

Color Harmonies of #2BD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD319

Black with #2BD319

Text Example


Text Example

White with #2BD319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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