Html Css Color HEX #2BE944 Lime Green

📋 copy color: '#2BE944'

red 43 ◦ green 233 ◦ blue 68

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

Shades of Lime Green #2BE944

Tints of Lime Green #2BE944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 12.5%
G = 67.73%
B = 19.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#2BE944 (or 0x2BE944) is known color: Lime Green. HEX triplet: 2B, E9 and 44. RGB value is (43,233,68). Sum of RGB (Red+Green+Blue) = 43+233+68=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE944 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE944 is #D416BB. Grayscale: #9D9D9D. Windows color (decimal): -13899452 or 4516139. OLE color: 4516139.

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

Color convert

RGB 43 233 68 -
CMYK 0.82 0 0.71 0.09
HSL 127.89º 0.81% 0.54% -
HSV(B) 127.89º 0.82% 0.91% -
XYZ 31.18 59.21 15.25 -
YUV 157.38 77.55 46.42 -
System Red Green Blue C M Y K H S L
Decimal 43 233 68 0.82 0 0.71 0.09 127.89 0.81 0.54
Hex 2B E9 44 52 0 47 9 80 51 36
Octal 53 351 104 122 0 107 11 200 121 66
Binary 101011 11101001 1000100 1010010 0 1000111 1001 10000000 1010001 110110

Color Harmonies of #2BE944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE944

Black with #2BE944

Text Example


Text Example

White with #2BE944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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