Html Css Color HEX #4DC238 Lime Green

📋 copy color: '#4DC238'

red 77 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #4DC238

Tints of Lime Green #4DC238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 23.55%
G = 59.33%
B = 17.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#4DC238 (or 0x4DC238) is known color: Lime Green. HEX triplet: 4D, C2 and 38. RGB value is (77,194,56). Sum of RGB (Red+Green+Blue) = 77+194+56=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC238 is #B23DC7. Grayscale: #8F8F8F. Windows color (decimal): -11681224 or 3719757. OLE color: 3719757.

HSL color Cylindrical-coordinate representation of color #4DC238: hue angle of 110.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DC238 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 194 56 -
CMYK 0.60 0 0.71 0.24
HSL 110.87º 0.55% 0.49% -
HSV(B) 110.87º 0.71% 0.76% -
XYZ 23.07 40.45 10.33 -
YUV 143.29 78.74 80.72 -
System Red Green Blue C M Y K H S L
Decimal 77 194 56 0.60 0 0.71 0.24 110.87 0.55 0.49
Hex 4D C2 38 3C 0 47 18 6F 37 31
Octal 115 302 70 74 0 107 30 157 67 61
Binary 1001101 11000010 111000 111100 0 1000111 11000 1101111 110111 110001

Color Harmonies of #4DC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC238

Black with #4DC238

Text Example


Text Example

White with #4DC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,194,56); }

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

background-color css

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

 a { background-color: rgb(77,194,56); }

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

border-color css

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

 span { border-color: rgb(77,194,56); }

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