Html Css Color HEX #4CD541 Lime Green

📋 copy color: '#4CD541'

red 76 ◦ green 213 ◦ blue 65

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

Shades of Lime Green #4CD541

Tints of Lime Green #4CD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 21.47%
G = 60.17%
B = 18.36%

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

#4CD541 (or 0x4CD541) is known color: Lime Green. HEX triplet: 4C, D5 and 41. RGB value is (76,213,65). Sum of RGB (Red+Green+Blue) = 76+213+65=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD541 is #B32ABE. Grayscale: #9B9B9B. Windows color (decimal): -11741887 or 4314444. OLE color: 4314444.

HSL color Cylindrical-coordinate representation of color #4CD541: hue angle of 115.54º 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 #4CD541 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 213 65 -
CMYK 0.64 0 0.69 0.16
HSL 115.54º 0.64% 0.55% -
HSV(B) 115.54º 0.69% 0.84% -
XYZ 27.73 49.51 13.1 -
YUV 155.17 77.11 71.53 -
System Red Green Blue C M Y K H S L
Decimal 76 213 65 0.64 0 0.69 0.16 115.54 0.64 0.55
Hex 4C D5 41 40 0 45 10 74 40 37
Octal 114 325 101 100 0 105 20 164 100 67
Binary 1001100 11010101 1000001 1000000 0 1000101 10000 1110100 1000000 110111

Color Harmonies of #4CD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD541

Black with #4CD541

Text Example


Text Example

White with #4CD541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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