Html Css Color HEX #4DF135 Lime Green

📋 copy color: '#4DF135'

red 77 ◦ green 241 ◦ blue 53

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

Shades of Lime Green #4DF135

Tints of Lime Green #4DF135

RGB

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

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

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

R = 20.75%
G = 64.96%
B = 14.29%

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

#4DF135 (or 0x4DF135) is known color: Lime Green. HEX triplet: 4D, F1 and 35. RGB value is (77,241,53). Sum of RGB (Red+Green+Blue) = 77+241+53=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF135 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF135 is #B20ECA. Grayscale: #ABABAB. Windows color (decimal): -11669195 or 3535181. OLE color: 3535181.

HSL color Cylindrical-coordinate representation of color #4DF135: hue angle of 112.34º 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 #4DF135 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 241 53 -
CMYK 0.68 0 0.78 0.05
HSL 112.34º 0.87% 0.58% -
HSV(B) 112.34º 0.78% 0.95% -
XYZ 35.16 64.75 14.01 -
YUV 170.53 61.67 61.29 -
System Red Green Blue C M Y K H S L
Decimal 77 241 53 0.68 0 0.78 0.05 112.34 0.87 0.58
Hex 4D F1 35 44 0 4E 5 70 57 3A
Octal 115 361 65 104 0 116 5 160 127 72
Binary 1001101 11110001 110101 1000100 0 1001110 101 1110000 1010111 111010

Color Harmonies of #4DF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF135

Black with #4DF135

Text Example


Text Example

White with #4DF135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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