Html Css Color HEX #2BE146 Lime Green

📋 copy color: '#2BE146'

red 43 ◦ green 225 ◦ blue 70

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

Shades of Lime Green #2BE146

Tints of Lime Green #2BE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 12.72%
G = 66.57%
B = 20.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#2BE146 (or 0x2BE146) is known color: Lime Green. HEX triplet: 2B, E1 and 46. RGB value is (43,225,70). Sum of RGB (Red+Green+Blue) = 43+225+70=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE146 is #D41EB9. Grayscale: #999999. Windows color (decimal): -13901498 or 4645163. OLE color: 4645163.

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

Color convert

RGB 43 225 70 -
CMYK 0.81 0 0.69 0.12
HSL 128.9º 0.75% 0.53% -
HSV(B) 128.9º 0.81% 0.88% -
XYZ 29.03 54.81 14.84 -
YUV 152.91 81.2 49.6 -
System Red Green Blue C M Y K H S L
Decimal 43 225 70 0.81 0 0.69 0.12 128.9 0.75 0.53
Hex 2B E1 46 51 0 45 C 81 4B 35
Octal 53 341 106 121 0 105 14 201 113 65
Binary 101011 11100001 1000110 1010001 0 1000101 1100 10000001 1001011 110101

Color Harmonies of #2BE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE146

Black with #2BE146

Text Example


Text Example

White with #2BE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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