Html Css Color HEX #4DDE52 Lime Green

📋 copy color: '#4DDE52'

red 77 ◦ green 222 ◦ blue 82

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

Shades of Lime Green #4DDE52

Tints of Lime Green #4DDE52

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.27%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 20.21%
G = 58.27%
B = 21.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#4DDE52 (or 0x4DDE52) is known color: Lime Green. HEX triplet: 4D, DE and 52. RGB value is (77,222,82). Sum of RGB (Red+Green+Blue) = 77+222+82=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDE52 is #B221AD. Grayscale: #A3A3A3. Windows color (decimal): -11674030 or 5430861. OLE color: 5430861.

HSL color Cylindrical-coordinate representation of color #4DDE52: hue angle of 122.07º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDE52 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 222 82 -
CMYK 0.65 0 0.63 0.13
HSL 122.07º 0.69% 0.59% -
HSV(B) 122.07º 0.65% 0.87% -
XYZ 30.7 54.43 16.87 -
YUV 162.69 82.46 66.88 -
System Red Green Blue C M Y K H S L
Decimal 77 222 82 0.65 0 0.63 0.13 122.07 0.69 0.59
Hex 4D DE 52 41 0 3F D 7A 45 3B
Octal 115 336 122 101 0 77 15 172 105 73
Binary 1001101 11011110 1010010 1000001 0 111111 1101 1111010 1000101 111011

Color Harmonies of #4DDE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDE52

Black with #4DDE52

Text Example


Text Example

White with #4DDE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,222,82); }

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

background-color css

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

 a { background-color: rgb(77,222,82); }

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

border-color css

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

 span { border-color: rgb(77,222,82); }

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