Html Css Color HEX #4CD542 Lime Green

📋 copy color: '#4CD542'

red 76 ◦ green 213 ◦ blue 66

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

Shades of Lime Green #4CD542

Tints of Lime Green #4CD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 21.41%
G = 60%
B = 18.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#4CD542 (or 0x4CD542) is known color: Lime Green. HEX triplet: 4C, D5 and 42. RGB value is (76,213,66). Sum of RGB (Red+Green+Blue) = 76+213+66=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD542 is #B32ABD. Grayscale: #9B9B9B. Windows color (decimal): -11741886 or 4379980. OLE color: 4379980.

HSL color Cylindrical-coordinate representation of color #4CD542: hue angle of 115.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CD542 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 213 66 -
CMYK 0.64 0 0.69 0.16
HSL 115.92º 0.64% 0.55% -
HSV(B) 115.92º 0.69% 0.84% -
XYZ 27.76 49.52 13.25 -
YUV 155.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 76 213 66 0.64 0 0.69 0.16 115.92 0.64 0.55
Hex 4C D5 42 40 0 45 10 74 40 37
Octal 114 325 102 100 0 105 20 164 100 67
Binary 1001100 11010101 1000010 1000000 0 1000101 10000 1110100 1000000 110111

Color Harmonies of #4CD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD542

Black with #4CD542

Text Example


Text Example

White with #4CD542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,213,66); }

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

background-color css

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

 a { background-color: rgb(76,213,66); }

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

border-color css

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

 span { border-color: rgb(76,213,66); }

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