Html Css Color HEX #4BEC46 Lime Green

📋 copy color: '#4BEC46'

red 75 ◦ green 236 ◦ blue 70

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

Shades of Lime Green #4BEC46

Tints of Lime Green #4BEC46

RGB

 RED value IS 75 (29.69% from 255) = 19.69%

 GREEN value IS 236 (92.58% from 255) = 61.94%

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

R = 19.69%
G = 61.94%
B = 18.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#4BEC46 (or 0x4BEC46) is known color: Lime Green. HEX triplet: 4B, EC and 46. RGB value is (75,236,70). Sum of RGB (Red+Green+Blue) = 75+236+70=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEC46 is #B413B9. Grayscale: #A9A9A9. Windows color (decimal): -11801530 or 4648011. OLE color: 4648011.

HSL color Cylindrical-coordinate representation of color #4BEC46: hue angle of 118.19º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEC46 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 236 70 -
CMYK 0.68 0 0.70 0.07
HSL 118.19º 0.81% 0.6% -
HSV(B) 118.19º 0.7% 0.93% -
XYZ 34 61.93 15.96 -
YUV 168.94 72.16 61 -
System Red Green Blue C M Y K H S L
Decimal 75 236 70 0.68 0 0.70 0.07 118.19 0.81 0.6
Hex 4B EC 46 44 0 46 7 76 51 3C
Octal 113 354 106 104 0 106 7 166 121 74
Binary 1001011 11101100 1000110 1000100 0 1000110 111 1110110 1010001 111100

Color Harmonies of #4BEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEC46

Black with #4BEC46

Text Example


Text Example

White with #4BEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BEC46; }

 p { color: rgb(75,236,70); }

 H1.HeaderClassName
 {
   color: #4BEC46;
 }
 .AnyTagClassName
 {
   color: #4BEC46;
 }
</style>

background-color css

<style>
 a { background-color: #4BEC46; }

 a { background-color: rgb(75,236,70); }

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

border-color css

<style>
 span { border-color: #4BEC46; }

 span { border-color: rgb(75,236,70); }

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