Html Css Color HEX #4BDA47 Lime Green

📋 copy color: '#4BDA47'

red 75 ◦ green 218 ◦ blue 71

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

Shades of Lime Green #4BDA47

Tints of Lime Green #4BDA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 20.6%
G = 59.89%
B = 19.51%

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

#4BDA47 (or 0x4BDA47) is known color: Lime Green. HEX triplet: 4B, DA and 47. RGB value is (75,218,71). Sum of RGB (Red+Green+Blue) = 75+218+71=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA47 is #B425B8. Grayscale: #9E9E9E. Windows color (decimal): -11806137 or 4708939. OLE color: 4708939.

HSL color Cylindrical-coordinate representation of color #4BDA47: hue angle of 118.37º degrees, saturation: 0.67, 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 #4BDA47 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 71 -
CMYK 0.66 0 0.67 0.15
HSL 118.37º 0.67% 0.57% -
HSV(B) 118.37º 0.67% 0.85% -
XYZ 29.11 52.09 14.48 -
YUV 158.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 75 218 71 0.66 0 0.67 0.15 118.37 0.67 0.57
Hex 4B DA 47 42 0 43 F 76 43 39
Octal 113 332 107 102 0 103 17 166 103 71
Binary 1001011 11011010 1000111 1000010 0 1000011 1111 1110110 1000011 111001

Color Harmonies of #4BDA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDA47

Black with #4BDA47

Text Example


Text Example

White with #4BDA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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