Html Css Color HEX #4DCC3D Lime Green

📋 copy color: '#4DCC3D'

red 77 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #4DCC3D

Tints of Lime Green #4DCC3D

RGB

 RED value IS 77 (30.47% from 255) = 22.51%

 GREEN value IS 204 (80.08% from 255) = 59.65%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 22.51%
G = 59.65%
B = 17.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#4DCC3D (or 0x4DCC3D) is known color: Lime Green. HEX triplet: 4D, CC and 3D. RGB value is (77,204,61). Sum of RGB (Red+Green+Blue) = 77+204+61=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC3D is #B233C2. Grayscale: #969696. Windows color (decimal): -11678659 or 4049997. OLE color: 4049997.

HSL color Cylindrical-coordinate representation of color #4DCC3D: hue angle of 113.29º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DCC3D is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 204 61 -
CMYK 0.62 0 0.70 0.2
HSL 113.29º 0.58% 0.52% -
HSV(B) 113.29º 0.7% 0.8% -
XYZ 25.5 45.1 11.78 -
YUV 149.73 77.92 76.13 -
System Red Green Blue C M Y K H S L
Decimal 77 204 61 0.62 0 0.70 0.2 113.29 0.58 0.52
Hex 4D CC 3D 3E 0 46 14 71 3A 34
Octal 115 314 75 76 0 106 24 161 72 64
Binary 1001101 11001100 111101 111110 0 1000110 10100 1110001 111010 110100

Color Harmonies of #4DCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCC3D

Black with #4DCC3D

Text Example


Text Example

White with #4DCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,204,61); }

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

background-color css

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

 a { background-color: rgb(77,204,61); }

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

border-color css

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

 span { border-color: rgb(77,204,61); }

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