Html Css Color HEX #2BE032 Lime Green

📋 copy color: '#2BE032'

red 43 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #2BE032

Tints of Lime Green #2BE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 13.56%
G = 70.66%
B = 15.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#2BE032 (or 0x2BE032) is known color: Lime Green. HEX triplet: 2B, E0 and 32. RGB value is (43,224,50). Sum of RGB (Red+Green+Blue) = 43+224+50=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 224 (87.89% from 255 or 70.66% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE032 is #D41FCD. Grayscale: #969696. Windows color (decimal): -13901774 or 3334187. OLE color: 3334187.

HSL color Cylindrical-coordinate representation of color #2BE032: hue angle of 122.32º 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 #2BE032 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 50 -
CMYK 0.81 0 0.78 0.12
HSL 122.32º 0.74% 0.52% -
HSV(B) 122.32º 0.81% 0.88% -
XYZ 28.23 54.06 11.96 -
YUV 150.05 71.53 51.65 -
System Red Green Blue C M Y K H S L
Decimal 43 224 50 0.81 0 0.78 0.12 122.32 0.74 0.52
Hex 2B E0 32 51 0 4E C 7A 4A 34
Octal 53 340 62 121 0 116 14 172 112 64
Binary 101011 11100000 110010 1010001 0 1001110 1100 1111010 1001010 110100

Color Harmonies of #2BE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE032

Black with #2BE032

Text Example


Text Example

White with #2BE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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