Html Css Color HEX #2BEA46 Lime Green

📋 copy color: '#2BEA46'

red 43 ◦ green 234 ◦ blue 70

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

Shades of Lime Green #2BEA46

Tints of Lime Green #2BEA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.44%

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

R = 12.39%
G = 67.44%
B = 20.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#2BEA46 (or 0x2BEA46) is known color: Lime Green. HEX triplet: 2B, EA and 46. RGB value is (43,234,70). Sum of RGB (Red+Green+Blue) = 43+234+70=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 234 (91.80% from 255 or 67.44% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA46 is #D415B9. Grayscale: #9E9E9E. Windows color (decimal): -13899194 or 4647467. OLE color: 4647467.

HSL color Cylindrical-coordinate representation of color #2BEA46: hue angle of 128.48º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA46 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 70 -
CMYK 0.82 0 0.70 0.08
HSL 128.48º 0.82% 0.54% -
HSV(B) 128.48º 0.82% 0.92% -
XYZ 31.52 59.8 15.68 -
YUV 158.2 78.22 45.84 -
System Red Green Blue C M Y K H S L
Decimal 43 234 70 0.82 0 0.70 0.08 128.48 0.82 0.54
Hex 2B EA 46 52 0 46 8 80 52 36
Octal 53 352 106 122 0 106 10 200 122 66
Binary 101011 11101010 1000110 1010010 0 1000110 1000 10000000 1010010 110110

Color Harmonies of #2BEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA46

Black with #2BEA46

Text Example


Text Example

White with #2BEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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