Html Css Color HEX #4BDB46 Lime Green

📋 copy color: '#4BDB46'

red 75 ◦ green 219 ◦ blue 70

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

Shades of Lime Green #4BDB46

Tints of Lime Green #4BDB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.16%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 20.6%
G = 60.16%
B = 19.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#4BDB46 (or 0x4BDB46) is known color: Lime Green. HEX triplet: 4B, DB and 46. RGB value is (75,219,70). Sum of RGB (Red+Green+Blue) = 75+219+70=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDB46 is #B424B9. Grayscale: #9F9F9F. Windows color (decimal): -11805882 or 4643659. OLE color: 4643659.

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

Color convert

RGB 75 219 70 -
CMYK 0.66 0 0.68 0.14
HSL 117.99º 0.67% 0.57% -
HSV(B) 117.99º 0.68% 0.86% -
XYZ 29.34 52.6 14.4 -
YUV 158.96 77.79 68.12 -
System Red Green Blue C M Y K H S L
Decimal 75 219 70 0.66 0 0.68 0.14 117.99 0.67 0.57
Hex 4B DB 46 42 0 44 E 76 43 39
Octal 113 333 106 102 0 104 16 166 103 71
Binary 1001011 11011011 1000110 1000010 0 1000100 1110 1110110 1000011 111001

Color Harmonies of #4BDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDB46

Black with #4BDB46

Text Example


Text Example

White with #4BDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,219,70); }

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

background-color css

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

 a { background-color: rgb(75,219,70); }

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

border-color css

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

 span { border-color: rgb(75,219,70); }

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