Html Css Color HEX #4BDB51 Lime Green

📋 copy color: '#4BDB51'

red 75 ◦ green 219 ◦ blue 81

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

Shades of Lime Green #4BDB51

Tints of Lime Green #4BDB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 20%
G = 58.4%
B = 21.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#4BDB51 (or 0x4BDB51) is known color: Lime Green. HEX triplet: 4B, DB and 51. RGB value is (75,219,81). Sum of RGB (Red+Green+Blue) = 75+219+81=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDB51 is #B424AE. Grayscale: #A0A0A0. Windows color (decimal): -11805871 or 5364555. OLE color: 5364555.

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

Color convert

RGB 75 219 81 -
CMYK 0.66 0 0.63 0.14
HSL 122.5º 0.67% 0.58% -
HSV(B) 122.5º 0.66% 0.86% -
XYZ 29.72 52.75 16.4 -
YUV 160.21 83.29 67.22 -
System Red Green Blue C M Y K H S L
Decimal 75 219 81 0.66 0 0.63 0.14 122.5 0.67 0.58
Hex 4B DB 51 42 0 3F E 7B 43 3A
Octal 113 333 121 102 0 77 16 173 103 72
Binary 1001011 11011011 1010001 1000010 0 111111 1110 1111011 1000011 111010

Color Harmonies of #4BDB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDB51

Black with #4BDB51

Text Example


Text Example

White with #4BDB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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