Html Css Color HEX #2BE042 Lime Green

📋 copy color: '#2BE042'

red 43 ◦ green 224 ◦ blue 66

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

Shades of Lime Green #2BE042

Tints of Lime Green #2BE042

RGB

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

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

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

R = 12.91%
G = 67.27%
B = 19.82%

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

#2BE042 (or 0x2BE042) is known color: Lime Green. HEX triplet: 2B, E0 and 42. RGB value is (43,224,66). Sum of RGB (Red+Green+Blue) = 43+224+66=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 224 (87.89% from 255 or 67.27% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE042 is #D41FBD. Grayscale: #989898. Windows color (decimal): -13901758 or 4382763. OLE color: 4382763.

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

Color convert

RGB 43 224 66 -
CMYK 0.81 0 0.71 0.12
HSL 127.62º 0.74% 0.52% -
HSV(B) 127.62º 0.81% 0.88% -
XYZ 28.64 54.22 14.11 -
YUV 151.87 79.53 50.35 -
System Red Green Blue C M Y K H S L
Decimal 43 224 66 0.81 0 0.71 0.12 127.62 0.74 0.52
Hex 2B E0 42 51 0 47 C 80 4A 34
Octal 53 340 102 121 0 107 14 200 112 64
Binary 101011 11100000 1000010 1010001 0 1000111 1100 10000000 1001010 110100

Color Harmonies of #2BE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE042

Black with #2BE042

Text Example


Text Example

White with #2BE042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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