Html Css Color HEX #2BE716 Lime Green

📋 copy color: '#2BE716'

red 43 ◦ green 231 ◦ blue 22

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

Shades of Lime Green #2BE716

Tints of Lime Green #2BE716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 78.04%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 14.53%
G = 78.04%
B = 7.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#2BE716 (or 0x2BE716) is known color: Lime Green. HEX triplet: 2B, E7 and 16. RGB value is (43,231,22). Sum of RGB (Red+Green+Blue) = 43+231+22=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 231 (90.62% from 255 or 78.04% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE716 is #D418E9. Grayscale: #979797. Windows color (decimal): -13900010 or 1500971. OLE color: 1500971.

HSL color Cylindrical-coordinate representation of color #2BE716: hue angle of 113.97º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BE716 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 231 22 -
CMYK 0.81 0 0.90 0.09
HSL 113.97º 0.83% 0.5% -
HSV(B) 113.97º 0.9% 0.91% -
XYZ 29.72 57.72 10.33 -
YUV 150.96 55.22 50.99 -
System Red Green Blue C M Y K H S L
Decimal 43 231 22 0.81 0 0.90 0.09 113.97 0.83 0.5
Hex 2B E7 16 51 0 5A 9 72 53 32
Octal 53 347 26 121 0 132 11 162 123 62
Binary 101011 11100111 10110 1010001 0 1011010 1001 1110010 1010011 110010

Color Harmonies of #2BE716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE716

Black with #2BE716

Text Example


Text Example

White with #2BE716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,231,22); }

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

background-color css

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

 a { background-color: rgb(43,231,22); }

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

border-color css

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

 span { border-color: rgb(43,231,22); }

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