Html Css Color HEX #2BE120 Lime Green

📋 copy color: '#2BE120'

red 43 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #2BE120

Tints of Lime Green #2BE120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 14.33%
G = 75%
B = 10.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#2BE120 (or 0x2BE120) is known color: Lime Green. HEX triplet: 2B, E1 and 20. RGB value is (43,225,32). Sum of RGB (Red+Green+Blue) = 43+225+32=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE120 is #D41EDF. Grayscale: #959595. Windows color (decimal): -13901536 or 2154795. OLE color: 2154795.

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

Color convert

RGB 43 225 32 -
CMYK 0.81 0 0.86 0.12
HSL 116.58º 0.76% 0.5% -
HSV(B) 116.58º 0.86% 0.88% -
XYZ 28.18 54.47 10.39 -
YUV 148.58 62.2 52.69 -
System Red Green Blue C M Y K H S L
Decimal 43 225 32 0.81 0 0.86 0.12 116.58 0.76 0.5
Hex 2B E1 20 51 0 56 C 75 4C 32
Octal 53 341 40 121 0 126 14 165 114 62
Binary 101011 11100001 100000 1010001 0 1010110 1100 1110101 1001100 110010

Color Harmonies of #2BE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE120

Black with #2BE120

Text Example


Text Example

White with #2BE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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