Html Css Color HEX #4FCD4B Lime Green

📋 copy color: '#4FCD4B'

red 79 ◦ green 205 ◦ blue 75

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

Shades of Lime Green #4FCD4B

Tints of Lime Green #4FCD4B

RGB

 RED value IS 79 (31.25% from 255) = 22.01%

 GREEN value IS 205 (80.47% from 255) = 57.1%

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 22.01%
G = 57.1%
B = 20.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#4FCD4B (or 0x4FCD4B) is known color: Lime Green. HEX triplet: 4F, CD and 4B. RGB value is (79,205,75). Sum of RGB (Red+Green+Blue) = 79+205+75=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD4B is #B032B4. Grayscale: #989898. Windows color (decimal): -11547317 or 4967759. OLE color: 4967759.

HSL color Cylindrical-coordinate representation of color #4FCD4B: hue angle of 118.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FCD4B is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 205 75 -
CMYK 0.61 0 0.63 0.20
HSL 118.15º 0.57% 0.55% -
HSV(B) 118.15º 0.63% 0.8% -
XYZ 26.33 45.83 14.12 -
YUV 152.51 84.26 75.57 -
System Red Green Blue C M Y K H S L
Decimal 79 205 75 0.61 0 0.63 0.20 118.15 0.57 0.55
Hex 4F CD 4B 3D 0 3F 14 76 39 37
Octal 117 315 113 75 0 77 24 166 71 67
Binary 1001111 11001101 1001011 111101 0 111111 10100 1110110 111001 110111

Color Harmonies of #4FCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCD4B

Black with #4FCD4B

Text Example


Text Example

White with #4FCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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