Html Css Color HEX #4CD538 Lime Green

📋 copy color: '#4CD538'

red 76 ◦ green 213 ◦ blue 56

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

Shades of Lime Green #4CD538

Tints of Lime Green #4CD538

RGB

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

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

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

R = 22.03%
G = 61.74%
B = 16.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#4CD538 (or 0x4CD538) is known color: Lime Green. HEX triplet: 4C, D5 and 38. RGB value is (76,213,56). Sum of RGB (Red+Green+Blue) = 76+213+56=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD538 is #B32AC7. Grayscale: #9A9A9A. Windows color (decimal): -11741896 or 3724620. OLE color: 3724620.

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

Color convert

RGB 76 213 56 -
CMYK 0.64 0 0.74 0.16
HSL 112.36º 0.65% 0.53% -
HSV(B) 112.36º 0.74% 0.84% -
XYZ 27.49 49.41 11.83 -
YUV 154.14 72.61 72.27 -
System Red Green Blue C M Y K H S L
Decimal 76 213 56 0.64 0 0.74 0.16 112.36 0.65 0.53
Hex 4C D5 38 40 0 4A 10 70 41 35
Octal 114 325 70 100 0 112 20 160 101 65
Binary 1001100 11010101 111000 1000000 0 1001010 10000 1110000 1000001 110101

Color Harmonies of #4CD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD538

Black with #4CD538

Text Example


Text Example

White with #4CD538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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