Html Css Color HEX #4DEA30 Lime Green

📋 copy color: '#4DEA30'

red 77 ◦ green 234 ◦ blue 48

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

Shades of Lime Green #4DEA30

Tints of Lime Green #4DEA30

RGB

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

 GREEN value IS 234 (91.8% from 255) = 65.18%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 21.45%
G = 65.18%
B = 13.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#4DEA30 (or 0x4DEA30) is known color: Lime Green. HEX triplet: 4D, EA and 30. RGB value is (77,234,48). Sum of RGB (Red+Green+Blue) = 77+234+48=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 234 (91.80% from 255 or 65.18% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEA30 is #B215CF. Grayscale: #A6A6A6. Windows color (decimal): -11670992 or 3205709. OLE color: 3205709.

HSL color Cylindrical-coordinate representation of color #4DEA30: hue angle of 110.65º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DEA30 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 234 48 -
CMYK 0.67 0 0.79 0.08
HSL 110.65º 0.82% 0.55% -
HSV(B) 110.65º 0.79% 0.92% -
XYZ 33.02 60.64 12.76 -
YUV 165.85 61.49 64.62 -
System Red Green Blue C M Y K H S L
Decimal 77 234 48 0.67 0 0.79 0.08 110.65 0.82 0.55
Hex 4D EA 30 43 0 4F 8 6F 52 37
Octal 115 352 60 103 0 117 10 157 122 67
Binary 1001101 11101010 110000 1000011 0 1001111 1000 1101111 1010010 110111

Color Harmonies of #4DEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEA30

Black with #4DEA30

Text Example


Text Example

White with #4DEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,234,48); }

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

background-color css

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

 a { background-color: rgb(77,234,48); }

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

border-color css

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

 span { border-color: rgb(77,234,48); }

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