Html Css Color HEX #2BEF46 Lime Green

📋 copy color: '#2BEF46'

red 43 ◦ green 239 ◦ blue 70

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

Shades of Lime Green #2BEF46

Tints of Lime Green #2BEF46

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.9%

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

R = 12.22%
G = 67.9%
B = 19.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#2BEF46 (or 0x2BEF46) is known color: Lime Green. HEX triplet: 2B, EF and 46. RGB value is (43,239,70). Sum of RGB (Red+Green+Blue) = 43+239+70=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF46 is #D410B9. Grayscale: #A1A1A1. Windows color (decimal): -13897914 or 4648747. OLE color: 4648747.

HSL color Cylindrical-coordinate representation of color #2BEF46: hue angle of 128.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF46 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 70 -
CMYK 0.82 0 0.71 0.06
HSL 128.27º 0.86% 0.55% -
HSV(B) 128.27º 0.82% 0.94% -
XYZ 32.97 62.69 16.16 -
YUV 161.13 76.57 43.74 -
System Red Green Blue C M Y K H S L
Decimal 43 239 70 0.82 0 0.71 0.06 128.27 0.86 0.55
Hex 2B EF 46 52 0 47 6 80 56 37
Octal 53 357 106 122 0 107 6 200 126 67
Binary 101011 11101111 1000110 1010010 0 1000111 110 10000000 1010110 110111

Color Harmonies of #2BEF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF46

Black with #2BEF46

Text Example


Text Example

White with #2BEF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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