Html Css Color HEX #2BE132 Lime Green

📋 copy color: '#2BE132'

red 43 ◦ green 225 ◦ blue 50

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

Shades of Lime Green #2BE132

Tints of Lime Green #2BE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.75%

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

R = 13.52%
G = 70.75%
B = 15.72%

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

#2BE132 (or 0x2BE132) is known color: Lime Green. HEX triplet: 2B, E1 and 32. RGB value is (43,225,50). Sum of RGB (Red+Green+Blue) = 43+225+50=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 225 (88.28% from 255 or 70.75% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE132 is #D41ECD. Grayscale: #979797. Windows color (decimal): -13901518 or 3334443. OLE color: 3334443.

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

Color convert

RGB 43 225 50 -
CMYK 0.81 0 0.78 0.12
HSL 122.31º 0.75% 0.53% -
HSV(B) 122.31º 0.81% 0.88% -
XYZ 28.5 54.59 12.05 -
YUV 150.63 71.2 51.23 -
System Red Green Blue C M Y K H S L
Decimal 43 225 50 0.81 0 0.78 0.12 122.31 0.75 0.53
Hex 2B E1 32 51 0 4E C 7A 4B 35
Octal 53 341 62 121 0 116 14 172 113 65
Binary 101011 11100001 110010 1010001 0 1001110 1100 1111010 1001011 110101

Color Harmonies of #2BE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE132

Black with #2BE132

Text Example


Text Example

White with #2BE132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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