Html Css Color HEX #2BE319 Lime Green

📋 copy color: '#2BE319'

red 43 ◦ green 227 ◦ blue 25

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

Shades of Lime Green #2BE319

Tints of Lime Green #2BE319

RGB

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

 GREEN value IS 227 (89.06% from 255) = 76.95%

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

R = 14.58%
G = 76.95%
B = 8.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#2BE319 (or 0x2BE319) is known color: Lime Green. HEX triplet: 2B, E3 and 19. RGB value is (43,227,25). Sum of RGB (Red+Green+Blue) = 43+227+25=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 227 (89.06% from 255 or 76.95% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE319 is #D41CE6. Grayscale: #959595. Windows color (decimal): -13901031 or 1696555. OLE color: 1696555.

HSL color Cylindrical-coordinate representation of color #2BE319: hue angle of 114.65º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BE319 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 227 25 -
CMYK 0.81 0 0.89 0.11
HSL 114.65º 0.8% 0.49% -
HSV(B) 114.65º 0.89% 0.89% -
XYZ 28.64 55.52 10.13 -
YUV 148.96 58.04 52.43 -
System Red Green Blue C M Y K H S L
Decimal 43 227 25 0.81 0 0.89 0.11 114.65 0.8 0.49
Hex 2B E3 19 51 0 59 B 73 50 31
Octal 53 343 31 121 0 131 13 163 120 61
Binary 101011 11100011 11001 1010001 0 1011001 1011 1110011 1010000 110001

Color Harmonies of #2BE319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE319

Black with #2BE319

Text Example


Text Example

White with #2BE319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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