Html Css Color HEX #2BE922 Lime Green

📋 copy color: '#2BE922'

red 43 ◦ green 233 ◦ blue 34

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

Shades of Lime Green #2BE922

Tints of Lime Green #2BE922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 13.87%
G = 75.16%
B = 10.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2BE922 (or 0x2BE922) is known color: Lime Green. HEX triplet: 2B, E9 and 22. RGB value is (43,233,34). Sum of RGB (Red+Green+Blue) = 43+233+34=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE922 is #D416DD. Grayscale: #9A9A9A. Windows color (decimal): -13899486 or 2287915. OLE color: 2287915.

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

Color convert

RGB 43 233 34 -
CMYK 0.82 0 0.85 0.09
HSL 117.29º 0.82% 0.52% -
HSV(B) 117.29º 0.85% 0.91% -
XYZ 30.42 58.91 11.28 -
YUV 153.5 60.55 49.18 -
System Red Green Blue C M Y K H S L
Decimal 43 233 34 0.82 0 0.85 0.09 117.29 0.82 0.52
Hex 2B E9 22 52 0 55 9 75 52 34
Octal 53 351 42 122 0 125 11 165 122 64
Binary 101011 11101001 100010 1010010 0 1010101 1001 1110101 1010010 110100

Color Harmonies of #2BE922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE922

Black with #2BE922

Text Example


Text Example

White with #2BE922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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