Html Css Color HEX #4DD045 Lime Green

📋 copy color: '#4DD045'

red 77 ◦ green 208 ◦ blue 69

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

Shades of Lime Green #4DD045

Tints of Lime Green #4DD045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 21.75%
G = 58.76%
B = 19.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#4DD045 (or 0x4DD045) is known color: Lime Green. HEX triplet: 4D, D0 and 45. RGB value is (77,208,69). Sum of RGB (Red+Green+Blue) = 77+208+69=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD045 is #B22FBA. Grayscale: #999999. Windows color (decimal): -11677627 or 4575309. OLE color: 4575309.

HSL color Cylindrical-coordinate representation of color #4DD045: hue angle of 116.55º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DD045 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 69 -
CMYK 0.63 0 0.67 0.18
HSL 116.55º 0.6% 0.54% -
HSV(B) 116.55º 0.67% 0.82% -
XYZ 26.69 47.12 13.32 -
YUV 152.99 80.6 73.8 -
System Red Green Blue C M Y K H S L
Decimal 77 208 69 0.63 0 0.67 0.18 116.55 0.6 0.54
Hex 4D D0 45 3F 0 43 12 75 3C 36
Octal 115 320 105 77 0 103 22 165 74 66
Binary 1001101 11010000 1000101 111111 0 1000011 10010 1110101 111100 110110

Color Harmonies of #4DD045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD045

Black with #4DD045

Text Example


Text Example

White with #4DD045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,208,69); }

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

background-color css

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

 a { background-color: rgb(77,208,69); }

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

border-color css

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

 span { border-color: rgb(77,208,69); }

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