Html Css Color HEX #2BE91A Lime Green

📋 copy color: '#2BE91A'

red 43 ◦ green 233 ◦ blue 26

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

Shades of Lime Green #2BE91A

Tints of Lime Green #2BE91A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 77.15%

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 14.24%
G = 77.15%
B = 8.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#2BE91A (or 0x2BE91A) is known color: Lime Green. HEX triplet: 2B, E9 and 1A. RGB value is (43,233,26). Sum of RGB (Red+Green+Blue) = 43+233+26=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 233 (91.41% from 255 or 77.15% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE91A is #D416E5. Grayscale: #999999. Windows color (decimal): -13899494 or 1763627. OLE color: 1763627.

HSL color Cylindrical-coordinate representation of color #2BE91A: hue angle of 115.07º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BE91A is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 233 26 -
CMYK 0.82 0 0.89 0.09
HSL 115.07º 0.82% 0.51% -
HSV(B) 115.07º 0.89% 0.91% -
XYZ 30.32 58.87 10.74 -
YUV 152.59 56.55 49.83 -
System Red Green Blue C M Y K H S L
Decimal 43 233 26 0.82 0 0.89 0.09 115.07 0.82 0.51
Hex 2B E9 1A 52 0 59 9 73 52 33
Octal 53 351 32 122 0 131 11 163 122 63
Binary 101011 11101001 11010 1010010 0 1011001 1001 1110011 1010010 110011

Color Harmonies of #2BE91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE91A

Black with #2BE91A

Text Example


Text Example

White with #2BE91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,233,26); }

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

background-color css

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

 a { background-color: rgb(43,233,26); }

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

border-color css

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

 span { border-color: rgb(43,233,26); }

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