Html Css Color HEX #4CD535 Lime Green

📋 copy color: '#4CD535'

red 76 ◦ green 213 ◦ blue 53

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

Shades of Lime Green #4CD535

Tints of Lime Green #4CD535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 22.22%
G = 62.28%
B = 15.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#4CD535 (or 0x4CD535) is known color: Lime Green. HEX triplet: 4C, D5 and 35. RGB value is (76,213,53). Sum of RGB (Red+Green+Blue) = 76+213+53=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD535 is #B32ACA. Grayscale: #9A9A9A. Windows color (decimal): -11741899 or 3528012. OLE color: 3528012.

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

Color convert

RGB 76 213 53 -
CMYK 0.64 0 0.75 0.16
HSL 111.38º 0.66% 0.52% -
HSV(B) 111.38º 0.75% 0.84% -
XYZ 27.42 49.38 11.45 -
YUV 153.8 71.11 72.51 -
System Red Green Blue C M Y K H S L
Decimal 76 213 53 0.64 0 0.75 0.16 111.38 0.66 0.52
Hex 4C D5 35 40 0 4B 10 6F 42 34
Octal 114 325 65 100 0 113 20 157 102 64
Binary 1001100 11010101 110101 1000000 0 1001011 10000 1101111 1000010 110100

Color Harmonies of #4CD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD535

Black with #4CD535

Text Example


Text Example

White with #4CD535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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