Html Css Color HEX #2BE91C Lime Green

📋 copy color: '#2BE91C'

red 43 ◦ green 233 ◦ blue 28

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

Shades of Lime Green #2BE91C

Tints of Lime Green #2BE91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 14.14%
G = 76.64%
B = 9.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#2BE91C (or 0x2BE91C) is known color: Lime Green. HEX triplet: 2B, E9 and 1C. RGB value is (43,233,28). Sum of RGB (Red+Green+Blue) = 43+233+28=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 233 (91.41% from 255 or 76.64% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE91C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE91C is #D416E3. Grayscale: #999999. Windows color (decimal): -13899492 or 1894699. OLE color: 1894699.

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

Color convert

RGB 43 233 28 -
CMYK 0.82 0 0.88 0.09
HSL 115.61º 0.82% 0.51% -
HSV(B) 115.61º 0.88% 0.91% -
XYZ 30.34 58.88 10.86 -
YUV 152.82 57.55 49.67 -
System Red Green Blue C M Y K H S L
Decimal 43 233 28 0.82 0 0.88 0.09 115.61 0.82 0.51
Hex 2B E9 1C 52 0 58 9 74 52 33
Octal 53 351 34 122 0 130 11 164 122 63
Binary 101011 11101001 11100 1010010 0 1011000 1001 1110100 1010010 110011

Color Harmonies of #2BE91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE91C

Black with #2BE91C

Text Example


Text Example

White with #2BE91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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