Html Css Color HEX #2BE946 Lime Green

📋 copy color: '#2BE946'

red 43 ◦ green 233 ◦ blue 70

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

Shades of Lime Green #2BE946

Tints of Lime Green #2BE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 67.34%

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

R = 12.43%
G = 67.34%
B = 20.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#2BE946 (or 0x2BE946) is known color: Lime Green. HEX triplet: 2B, E9 and 46. RGB value is (43,233,70). Sum of RGB (Red+Green+Blue) = 43+233+70=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE946 is #D416B9. Grayscale: #9E9E9E. Windows color (decimal): -13899450 or 4647211. OLE color: 4647211.

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

Color convert

RGB 43 233 70 -
CMYK 0.82 0 0.70 0.09
HSL 128.53º 0.81% 0.54% -
HSV(B) 128.53º 0.82% 0.91% -
XYZ 31.24 59.23 15.58 -
YUV 157.61 78.55 46.25 -
System Red Green Blue C M Y K H S L
Decimal 43 233 70 0.82 0 0.70 0.09 128.53 0.81 0.54
Hex 2B E9 46 52 0 46 9 81 51 36
Octal 53 351 106 122 0 106 11 201 121 66
Binary 101011 11101001 1000110 1010010 0 1000110 1001 10000001 1010001 110110

Color Harmonies of #2BE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE946

Black with #2BE946

Text Example


Text Example

White with #2BE946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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