Html Css Color HEX #4DD642 Lime Green

📋 copy color: '#4DD642'

red 77 ◦ green 214 ◦ blue 66

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

Shades of Lime Green #4DD642

Tints of Lime Green #4DD642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.94%

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 21.57%
G = 59.94%
B = 18.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#4DD642 (or 0x4DD642) is known color: Lime Green. HEX triplet: 4D, D6 and 42. RGB value is (77,214,66). Sum of RGB (Red+Green+Blue) = 77+214+66=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD642 is #B229BD. Grayscale: #9C9C9C. Windows color (decimal): -11676094 or 4380237. OLE color: 4380237.

HSL color Cylindrical-coordinate representation of color #4DD642: hue angle of 115.54º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DD642 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 214 66 -
CMYK 0.64 0 0.69 0.16
HSL 115.54º 0.64% 0.55% -
HSV(B) 115.54º 0.69% 0.84% -
XYZ 28.09 50.06 13.34 -
YUV 156.17 77.11 71.53 -
System Red Green Blue C M Y K H S L
Decimal 77 214 66 0.64 0 0.69 0.16 115.54 0.64 0.55
Hex 4D D6 42 40 0 45 10 74 40 37
Octal 115 326 102 100 0 105 20 164 100 67
Binary 1001101 11010110 1000010 1000000 0 1000101 10000 1110100 1000000 110111

Color Harmonies of #4DD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD642

Black with #4DD642

Text Example


Text Example

White with #4DD642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,214,66); }

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

background-color css

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

 a { background-color: rgb(77,214,66); }

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

border-color css

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

 span { border-color: rgb(77,214,66); }

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