Html Css Color HEX #2BE217 Lime Green

📋 copy color: '#2BE217'

red 43 ◦ green 226 ◦ blue 23

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

Shades of Lime Green #2BE217

Tints of Lime Green #2BE217

RGB

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

 GREEN value IS 226 (88.67% from 255) = 77.4%

 BLUE value IS 23 (9.38% from 255) = 7.88%

R = 14.73%
G = 77.4%
B = 7.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#2BE217 (or 0x2BE217) is known color: Lime Green. HEX triplet: 2B, E2 and 17. RGB value is (43,226,23). Sum of RGB (Red+Green+Blue) = 43+226+23=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE217 is #D41DE8. Grayscale: #949494. Windows color (decimal): -13901289 or 1565227. OLE color: 1565227.

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

Color convert

RGB 43 226 23 -
CMYK 0.81 0 0.90 0.11
HSL 114.09º 0.82% 0.49% -
HSV(B) 114.09º 0.9% 0.89% -
XYZ 28.35 54.97 9.93 -
YUV 148.14 57.37 53.01 -
System Red Green Blue C M Y K H S L
Decimal 43 226 23 0.81 0 0.90 0.11 114.09 0.82 0.49
Hex 2B E2 17 51 0 5A B 72 52 31
Octal 53 342 27 121 0 132 13 162 122 61
Binary 101011 11100010 10111 1010001 0 1011010 1011 1110010 1010010 110001

Color Harmonies of #2BE217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE217

Black with #2BE217

Text Example


Text Example

White with #2BE217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,226,23); }

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

background-color css

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

 a { background-color: rgb(43,226,23); }

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

border-color css

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

 span { border-color: rgb(43,226,23); }

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