Html Css Color HEX #4DD035 Lime Green

📋 copy color: '#4DD035'

red 77 ◦ green 208 ◦ blue 53

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

Shades of Lime Green #4DD035

Tints of Lime Green #4DD035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 22.78%
G = 61.54%
B = 15.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#4DD035 (or 0x4DD035) is known color: Lime Green. HEX triplet: 4D, D0 and 35. RGB value is (77,208,53). Sum of RGB (Red+Green+Blue) = 77+208+53=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD035 is #B22FCA. Grayscale: #979797. Windows color (decimal): -11677643 or 3526733. OLE color: 3526733.

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

Color convert

RGB 77 208 53 -
CMYK 0.63 0 0.75 0.18
HSL 110.71º 0.62% 0.51% -
HSV(B) 110.71º 0.75% 0.82% -
XYZ 26.26 46.95 11.05 -
YUV 151.16 72.6 75.1 -
System Red Green Blue C M Y K H S L
Decimal 77 208 53 0.63 0 0.75 0.18 110.71 0.62 0.51
Hex 4D D0 35 3F 0 4B 12 6F 3E 33
Octal 115 320 65 77 0 113 22 157 76 63
Binary 1001101 11010000 110101 111111 0 1001011 10010 1101111 111110 110011

Color Harmonies of #4DD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD035

Black with #4DD035

Text Example


Text Example

White with #4DD035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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