Html Css Color HEX #4BEC32 Lime Green

📋 copy color: '#4BEC32'

red 75 ◦ green 236 ◦ blue 50

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

Shades of Lime Green #4BEC32

Tints of Lime Green #4BEC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 20.78%
G = 65.37%
B = 13.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#4BEC32 (or 0x4BEC32) is known color: Lime Green. HEX triplet: 4B, EC and 32. RGB value is (75,236,50). Sum of RGB (Red+Green+Blue) = 75+236+50=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEC32 is #B413CD. Grayscale: #A7A7A7. Windows color (decimal): -11801550 or 3337291. OLE color: 3337291.

HSL color Cylindrical-coordinate representation of color #4BEC32: hue angle of 111.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BEC32 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 236 50 -
CMYK 0.68 0 0.79 0.07
HSL 111.94º 0.83% 0.56% -
HSV(B) 111.94º 0.79% 0.93% -
XYZ 33.47 61.72 13.17 -
YUV 166.66 62.16 62.62 -
System Red Green Blue C M Y K H S L
Decimal 75 236 50 0.68 0 0.79 0.07 111.94 0.83 0.56
Hex 4B EC 32 44 0 4F 7 70 53 38
Octal 113 354 62 104 0 117 7 160 123 70
Binary 1001011 11101100 110010 1000100 0 1001111 111 1110000 1010011 111000

Color Harmonies of #4BEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEC32

Black with #4BEC32

Text Example


Text Example

White with #4BEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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