Html Css Color HEX #4BDF4F Lime Green

📋 copy color: '#4BDF4F'

red 75 ◦ green 223 ◦ blue 79

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

Shades of Lime Green #4BDF4F

Tints of Lime Green #4BDF4F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.15%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 19.89%
G = 59.15%
B = 20.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#4BDF4F (or 0x4BDF4F) is known color: Lime Green. HEX triplet: 4B, DF and 4F. RGB value is (75,223,79). Sum of RGB (Red+Green+Blue) = 75+223+79=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF4F is #B420B0. Grayscale: #A2A2A2. Windows color (decimal): -11804849 or 5234507. OLE color: 5234507.

HSL color Cylindrical-coordinate representation of color #4BDF4F: hue angle of 121.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF4F is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 223 79 -
CMYK 0.66 0 0.65 0.13
HSL 121.62º 0.7% 0.58% -
HSV(B) 121.62º 0.66% 0.87% -
XYZ 30.7 54.84 16.36 -
YUV 162.33 80.97 65.71 -
System Red Green Blue C M Y K H S L
Decimal 75 223 79 0.66 0 0.65 0.13 121.62 0.7 0.58
Hex 4B DF 4F 42 0 41 D 7A 46 3A
Octal 113 337 117 102 0 101 15 172 106 72
Binary 1001011 11011111 1001111 1000010 0 1000001 1101 1111010 1000110 111010

Color Harmonies of #4BDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDF4F

Black with #4BDF4F

Text Example


Text Example

White with #4BDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,223,79); }

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

background-color css

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

 a { background-color: rgb(75,223,79); }

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

border-color css

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

 span { border-color: rgb(75,223,79); }

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