Html Css Color HEX #4CDF38 Lime Green

📋 copy color: '#4CDF38'

red 76 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #4CDF38

Tints of Lime Green #4CDF38

RGB

 RED value IS 76 (30.08% from 255) = 21.41%

 GREEN value IS 223 (87.5% from 255) = 62.82%

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

R = 21.41%
G = 62.82%
B = 15.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#4CDF38 (or 0x4CDF38) is known color: Lime Green. HEX triplet: 4C, DF and 38. RGB value is (76,223,56). Sum of RGB (Red+Green+Blue) = 76+223+56=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDF38 is #B320C7. Grayscale: #A0A0A0. Windows color (decimal): -11739336 or 3727180. OLE color: 3727180.

HSL color Cylindrical-coordinate representation of color #4CDF38: hue angle of 112.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CDF38 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 223 56 -
CMYK 0.66 0 0.75 0.13
HSL 112.81º 0.72% 0.55% -
HSV(B) 112.81º 0.75% 0.87% -
XYZ 30.08 54.6 12.69 -
YUV 160.01 69.3 68.08 -
System Red Green Blue C M Y K H S L
Decimal 76 223 56 0.66 0 0.75 0.13 112.81 0.72 0.55
Hex 4C DF 38 42 0 4B D 71 48 37
Octal 114 337 70 102 0 113 15 161 110 67
Binary 1001100 11011111 111000 1000010 0 1001011 1101 1110001 1001000 110111

Color Harmonies of #4CDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDF38

Black with #4CDF38

Text Example


Text Example

White with #4CDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,223,56); }

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

background-color css

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

 a { background-color: rgb(76,223,56); }

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

border-color css

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

 span { border-color: rgb(76,223,56); }

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