Html Css Color HEX #4BDA48 Lime Green

📋 copy color: '#4BDA48'

red 75 ◦ green 218 ◦ blue 72

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

Shades of Lime Green #4BDA48

Tints of Lime Green #4BDA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 20.55%
G = 59.73%
B = 19.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#4BDA48 (or 0x4BDA48) is known color: Lime Green. HEX triplet: 4B, DA and 48. RGB value is (75,218,72). Sum of RGB (Red+Green+Blue) = 75+218+72=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA48 is #B425B7. Grayscale: #9F9F9F. Windows color (decimal): -11806136 or 4774475. OLE color: 4774475.

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

Color convert

RGB 75 218 72 -
CMYK 0.66 0 0.67 0.15
HSL 118.77º 0.66% 0.57% -
HSV(B) 118.77º 0.67% 0.85% -
XYZ 29.14 52.11 14.65 -
YUV 158.6 79.12 68.37 -
System Red Green Blue C M Y K H S L
Decimal 75 218 72 0.66 0 0.67 0.15 118.77 0.66 0.57
Hex 4B DA 48 42 0 43 F 77 42 39
Octal 113 332 110 102 0 103 17 167 102 71
Binary 1001011 11011010 1001000 1000010 0 1000011 1111 1110111 1000010 111001

Color Harmonies of #4BDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA48

Black with #4BDA48

Text Example


Text Example

White with #4BDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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