Html Css Color HEX #4BDA54 Lime Green

📋 copy color: '#4BDA54'

red 75 ◦ green 218 ◦ blue 84

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

Shades of Lime Green #4BDA54

Tints of Lime Green #4BDA54

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.82%

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 19.89%
G = 57.82%
B = 22.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#4BDA54 (or 0x4BDA54) is known color: Lime Green. HEX triplet: 4B, DA and 54. RGB value is (75,218,84). Sum of RGB (Red+Green+Blue) = 75+218+84=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA54 is #B425AB. Grayscale: #A0A0A0. Windows color (decimal): -11806124 or 5560907. OLE color: 5560907.

HSL color Cylindrical-coordinate representation of color #4BDA54: hue angle of 123.78º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA54 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 84 -
CMYK 0.66 0 0.61 0.15
HSL 123.78º 0.66% 0.57% -
HSV(B) 123.78º 0.66% 0.85% -
XYZ 29.57 52.28 16.92 -
YUV 159.97 85.12 67.4 -
System Red Green Blue C M Y K H S L
Decimal 75 218 84 0.66 0 0.61 0.15 123.78 0.66 0.57
Hex 4B DA 54 42 0 3D F 7C 42 39
Octal 113 332 124 102 0 75 17 174 102 71
Binary 1001011 11011010 1010100 1000010 0 111101 1111 1111100 1000010 111001

Color Harmonies of #4BDA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA54

Black with #4BDA54

Text Example


Text Example

White with #4BDA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,218,84); }

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

background-color css

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

 a { background-color: rgb(75,218,84); }

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

border-color css

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

 span { border-color: rgb(75,218,84); }

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