Html Css Color HEX #2BE142 Lime Green

📋 copy color: '#2BE142'

red 43 ◦ green 225 ◦ blue 66

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

Shades of Lime Green #2BE142

Tints of Lime Green #2BE142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 12.87%
G = 67.37%
B = 19.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#2BE142 (or 0x2BE142) is known color: Lime Green. HEX triplet: 2B, E1 and 42. RGB value is (43,225,66). Sum of RGB (Red+Green+Blue) = 43+225+66=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE142 is #D41EBD. Grayscale: #989898. Windows color (decimal): -13901502 or 4383019. OLE color: 4383019.

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

Color convert

RGB 43 225 66 -
CMYK 0.81 0 0.71 0.12
HSL 127.58º 0.75% 0.53% -
HSV(B) 127.58º 0.81% 0.88% -
XYZ 28.9 54.76 14.2 -
YUV 152.46 79.2 49.93 -
System Red Green Blue C M Y K H S L
Decimal 43 225 66 0.81 0 0.71 0.12 127.58 0.75 0.53
Hex 2B E1 42 51 0 47 C 80 4B 35
Octal 53 341 102 121 0 107 14 200 113 65
Binary 101011 11100001 1000010 1010001 0 1000111 1100 10000000 1001011 110101

Color Harmonies of #2BE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE142

Black with #2BE142

Text Example


Text Example

White with #2BE142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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