Html Css Color HEX #4DF13D Lime Green

📋 copy color: '#4DF13D'

red 77 ◦ green 241 ◦ blue 61

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

Shades of Lime Green #4DF13D

Tints of Lime Green #4DF13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 20.32%
G = 63.59%
B = 16.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#4DF13D (or 0x4DF13D) is known color: Lime Green. HEX triplet: 4D, F1 and 3D. RGB value is (77,241,61). Sum of RGB (Red+Green+Blue) = 77+241+61=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF13D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF13D is #B20EC2. Grayscale: #ACACAC. Windows color (decimal): -11669187 or 4059469. OLE color: 4059469.

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

Color convert

RGB 77 241 61 -
CMYK 0.68 0 0.75 0.05
HSL 114.67º 0.87% 0.59% -
HSV(B) 114.67º 0.75% 0.95% -
XYZ 35.36 64.83 15.06 -
YUV 171.44 65.67 60.64 -
System Red Green Blue C M Y K H S L
Decimal 77 241 61 0.68 0 0.75 0.05 114.67 0.87 0.59
Hex 4D F1 3D 44 0 4B 5 73 57 3B
Octal 115 361 75 104 0 113 5 163 127 73
Binary 1001101 11110001 111101 1000100 0 1001011 101 1110011 1010111 111011

Color Harmonies of #4DF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF13D

Black with #4DF13D

Text Example


Text Example

White with #4DF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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