Html Css Color HEX #2BE119 Lime Green

📋 copy color: '#2BE119'

red 43 ◦ green 225 ◦ blue 25

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

Shades of Lime Green #2BE119

Tints of Lime Green #2BE119

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.79%

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

R = 14.68%
G = 76.79%
B = 8.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#2BE119 (or 0x2BE119) is known color: Lime Green. HEX triplet: 2B, E1 and 19. RGB value is (43,225,25). Sum of RGB (Red+Green+Blue) = 43+225+25=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE119 is #D41EE6. Grayscale: #949494. Windows color (decimal): -13901543 or 1696043. OLE color: 1696043.

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

Color convert

RGB 43 225 25 -
CMYK 0.81 0 0.89 0.12
HSL 114.6º 0.8% 0.49% -
HSV(B) 114.6º 0.89% 0.88% -
XYZ 28.1 54.43 9.95 -
YUV 147.78 58.7 53.26 -
System Red Green Blue C M Y K H S L
Decimal 43 225 25 0.81 0 0.89 0.12 114.6 0.8 0.49
Hex 2B E1 19 51 0 59 C 73 50 31
Octal 53 341 31 121 0 131 14 163 120 61
Binary 101011 11100001 11001 1010001 0 1011001 1100 1110011 1010000 110001

Color Harmonies of #2BE119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE119

Black with #2BE119

Text Example


Text Example

White with #2BE119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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