Html Css Color HEX #4BD050 Lime Green

📋 copy color: '#4BD050'

red 75 ◦ green 208 ◦ blue 80

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

Shades of Lime Green #4BD050

Tints of Lime Green #4BD050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 20.66%
G = 57.3%
B = 22.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#4BD050 (or 0x4BD050) is known color: Lime Green. HEX triplet: 4B, D0 and 50. RGB value is (75,208,80). Sum of RGB (Red+Green+Blue) = 75+208+80=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD050 is #B42FAF. Grayscale: #9A9A9A. Windows color (decimal): -11808688 or 5296203. OLE color: 5296203.

HSL color Cylindrical-coordinate representation of color #4BD050: hue angle of 122.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD050 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 208 80 -
CMYK 0.64 0 0.62 0.18
HSL 122.26º 0.59% 0.55% -
HSV(B) 122.26º 0.64% 0.82% -
XYZ 26.91 47.19 15.28 -
YUV 153.64 86.44 71.91 -
System Red Green Blue C M Y K H S L
Decimal 75 208 80 0.64 0 0.62 0.18 122.26 0.59 0.55
Hex 4B D0 50 40 0 3E 12 7A 3B 37
Octal 113 320 120 100 0 76 22 172 73 67
Binary 1001011 11010000 1010000 1000000 0 111110 10010 1111010 111011 110111

Color Harmonies of #4BD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD050

Black with #4BD050

Text Example


Text Example

White with #4BD050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,208,80); }

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

background-color css

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

 a { background-color: rgb(75,208,80); }

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

border-color css

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

 span { border-color: rgb(75,208,80); }

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