Html Css Color HEX #4BDF4D Lime Green

📋 copy color: '#4BDF4D'

red 75 ◦ green 223 ◦ blue 77

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

Shades of Lime Green #4BDF4D

Tints of Lime Green #4BDF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 20%
G = 59.47%
B = 20.53%

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

#4BDF4D (or 0x4BDF4D) is known color: Lime Green. HEX triplet: 4B, DF and 4D. RGB value is (75,223,77). Sum of RGB (Red+Green+Blue) = 75+223+77=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF4D is #B420B2. Grayscale: #A2A2A2. Windows color (decimal): -11804851 or 5103435. OLE color: 5103435.

HSL color Cylindrical-coordinate representation of color #4BDF4D: hue angle of 120.81º 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 #4BDF4D is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 223 77 -
CMYK 0.66 0 0.65 0.13
HSL 120.81º 0.7% 0.58% -
HSV(B) 120.81º 0.66% 0.87% -
XYZ 30.63 54.81 15.99 -
YUV 162.1 79.97 65.87 -
System Red Green Blue C M Y K H S L
Decimal 75 223 77 0.66 0 0.65 0.13 120.81 0.7 0.58
Hex 4B DF 4D 42 0 41 D 79 46 3A
Octal 113 337 115 102 0 101 15 171 106 72
Binary 1001011 11011111 1001101 1000010 0 1000001 1101 1111001 1000110 111010

Color Harmonies of #4BDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDF4D

Black with #4BDF4D

Text Example


Text Example

White with #4BDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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