Html Css Color HEX #2BE047 Lime Green

📋 copy color: '#2BE047'

red 43 ◦ green 224 ◦ blue 71

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

Shades of Lime Green #2BE047

Tints of Lime Green #2BE047

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.27%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 12.72%
G = 66.27%
B = 21.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#2BE047 (or 0x2BE047) is known color: Lime Green. HEX triplet: 2B, E0 and 47. RGB value is (43,224,71). Sum of RGB (Red+Green+Blue) = 43+224+71=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE047 is #D41FB8. Grayscale: #989898. Windows color (decimal): -13901753 or 4710443. OLE color: 4710443.

HSL color Cylindrical-coordinate representation of color #2BE047: hue angle of 129.28º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE047 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 71 -
CMYK 0.81 0 0.68 0.12
HSL 129.28º 0.74% 0.52% -
HSV(B) 129.28º 0.81% 0.88% -
XYZ 28.79 54.28 14.92 -
YUV 152.44 82.03 49.94 -
System Red Green Blue C M Y K H S L
Decimal 43 224 71 0.81 0 0.68 0.12 129.28 0.74 0.52
Hex 2B E0 47 51 0 44 C 81 4A 34
Octal 53 340 107 121 0 104 14 201 112 64
Binary 101011 11100000 1000111 1010001 0 1000100 1100 10000001 1001010 110100

Color Harmonies of #2BE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE047

Black with #2BE047

Text Example


Text Example

White with #2BE047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,71); }

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

background-color css

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

 a { background-color: rgb(43,224,71); }

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

border-color css

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

 span { border-color: rgb(43,224,71); }

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