Html Css Color HEX #4BCB50 Lime Green

📋 copy color: '#4BCB50'

red 75 ◦ green 203 ◦ blue 80

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

Shades of Lime Green #4BCB50

Tints of Lime Green #4BCB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.7%

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

R = 20.95%
G = 56.7%
B = 22.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#4BCB50 (or 0x4BCB50) is known color: Lime Green. HEX triplet: 4B, CB and 50. RGB value is (75,203,80). Sum of RGB (Red+Green+Blue) = 75+203+80=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB50 is #B434AF. Grayscale: #979797. Windows color (decimal): -11809968 or 5294923. OLE color: 5294923.

HSL color Cylindrical-coordinate representation of color #4BCB50: hue angle of 122.34º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB50 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 203 80 -
CMYK 0.63 0 0.61 0.20
HSL 122.34º 0.55% 0.55% -
HSV(B) 122.34º 0.63% 0.8% -
XYZ 25.71 44.79 14.88 -
YUV 150.71 88.09 74 -
System Red Green Blue C M Y K H S L
Decimal 75 203 80 0.63 0 0.61 0.20 122.34 0.55 0.55
Hex 4B CB 50 3F 0 3D 14 7A 37 37
Octal 113 313 120 77 0 75 24 172 67 67
Binary 1001011 11001011 1010000 111111 0 111101 10100 1111010 110111 110111

Color Harmonies of #4BCB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCB50

Black with #4BCB50

Text Example


Text Example

White with #4BCB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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