Html Css Color HEX #4BDD55 Lime Green

📋 copy color: '#4BDD55'

red 75 ◦ green 221 ◦ blue 85

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

Shades of Lime Green #4BDD55

Tints of Lime Green #4BDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.01%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 19.69%
G = 58.01%
B = 22.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#4BDD55 (or 0x4BDD55) is known color: Lime Green. HEX triplet: 4B, DD and 55. RGB value is (75,221,85). Sum of RGB (Red+Green+Blue) = 75+221+85=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD55 is #B422AA. Grayscale: #A2A2A2. Windows color (decimal): -11805355 or 5627211. OLE color: 5627211.

HSL color Cylindrical-coordinate representation of color #4BDD55: hue angle of 124.11º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD55 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 221 85 -
CMYK 0.66 0 0.62 0.13
HSL 124.11º 0.68% 0.58% -
HSV(B) 124.11º 0.66% 0.87% -
XYZ 30.4 53.86 17.39 -
YUV 161.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 75 221 85 0.66 0 0.62 0.13 124.11 0.68 0.58
Hex 4B DD 55 42 0 3E D 7C 44 3A
Octal 113 335 125 102 0 76 15 174 104 72
Binary 1001011 11011101 1010101 1000010 0 111110 1101 1111100 1000100 111010

Color Harmonies of #4BDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD55

Black with #4BDD55

Text Example


Text Example

White with #4BDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,221,85); }

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

background-color css

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

 a { background-color: rgb(75,221,85); }

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

border-color css

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

 span { border-color: rgb(75,221,85); }

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