Html Css Color HEX #4DF136 Lime Green

📋 copy color: '#4DF136'

red 77 ◦ green 241 ◦ blue 54

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

Shades of Lime Green #4DF136

Tints of Lime Green #4DF136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.78%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 20.7%
G = 64.78%
B = 14.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#4DF136 (or 0x4DF136) is known color: Lime Green. HEX triplet: 4D, F1 and 36. RGB value is (77,241,54). Sum of RGB (Red+Green+Blue) = 77+241+54=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF136 is #B20EC9. Grayscale: #ABABAB. Windows color (decimal): -11669194 or 3600717. OLE color: 3600717.

HSL color Cylindrical-coordinate representation of color #4DF136: hue angle of 112.62º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DF136 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 241 54 -
CMYK 0.68 0 0.78 0.05
HSL 112.62º 0.87% 0.58% -
HSV(B) 112.62º 0.78% 0.95% -
XYZ 35.18 64.75 14.13 -
YUV 170.65 62.17 61.21 -
System Red Green Blue C M Y K H S L
Decimal 77 241 54 0.68 0 0.78 0.05 112.62 0.87 0.58
Hex 4D F1 36 44 0 4E 5 71 57 3A
Octal 115 361 66 104 0 116 5 161 127 72
Binary 1001101 11110001 110110 1000100 0 1001110 101 1110001 1010111 111010

Color Harmonies of #4DF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF136

Black with #4DF136

Text Example


Text Example

White with #4DF136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,241,54); }

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

background-color css

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

 a { background-color: rgb(77,241,54); }

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

border-color css

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

 span { border-color: rgb(77,241,54); }

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