Html Css Color HEX #2BE449 Lime Green

📋 copy color: '#2BE449'

red 43 ◦ green 228 ◦ blue 73

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

Shades of Lime Green #2BE449

Tints of Lime Green #2BE449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.28%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 12.5%
G = 66.28%
B = 21.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#2BE449 (or 0x2BE449) is known color: Lime Green. HEX triplet: 2B, E4 and 49. RGB value is (43,228,73). Sum of RGB (Red+Green+Blue) = 43+228+73=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE449 is #D41BB6. Grayscale: #9B9B9B. Windows color (decimal): -13900727 or 4842539. OLE color: 4842539.

HSL color Cylindrical-coordinate representation of color #2BE449: hue angle of 129.73º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE449 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 228 73 -
CMYK 0.81 0 0.68 0.11
HSL 129.73º 0.77% 0.53% -
HSV(B) 129.73º 0.81% 0.89% -
XYZ 29.94 56.48 15.63 -
YUV 155.02 81.71 48.1 -
System Red Green Blue C M Y K H S L
Decimal 43 228 73 0.81 0 0.68 0.11 129.73 0.77 0.53
Hex 2B E4 49 51 0 44 B 82 4D 35
Octal 53 344 111 121 0 104 13 202 115 65
Binary 101011 11100100 1001001 1010001 0 1000100 1011 10000010 1001101 110101

Color Harmonies of #2BE449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE449

Black with #2BE449

Text Example


Text Example

White with #2BE449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,228,73); }

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

background-color css

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

 a { background-color: rgb(43,228,73); }

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

border-color css

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

 span { border-color: rgb(43,228,73); }

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