Html Css Color HEX #4CDC3E Lime Green

📋 copy color: '#4CDC3E'

red 76 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #4CDC3E

Tints of Lime Green #4CDC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 21.23%
G = 61.45%
B = 17.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#4CDC3E (or 0x4CDC3E) is known color: Lime Green. HEX triplet: 4C, DC and 3E. RGB value is (76,220,62). Sum of RGB (Red+Green+Blue) = 76+220+62=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC3E is #B323C1. Grayscale: #9F9F9F. Windows color (decimal): -11740098 or 4119628. OLE color: 4119628.

HSL color Cylindrical-coordinate representation of color #4CDC3E: hue angle of 114.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CDC3E is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 220 62 -
CMYK 0.65 0 0.72 0.14
HSL 114.68º 0.69% 0.55% -
HSV(B) 114.68º 0.72% 0.86% -
XYZ 29.44 53.07 13.25 -
YUV 158.93 73.29 68.85 -
System Red Green Blue C M Y K H S L
Decimal 76 220 62 0.65 0 0.72 0.14 114.68 0.69 0.55
Hex 4C DC 3E 41 0 48 E 73 45 37
Octal 114 334 76 101 0 110 16 163 105 67
Binary 1001100 11011100 111110 1000001 0 1001000 1110 1110011 1000101 110111

Color Harmonies of #4CDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDC3E

Black with #4CDC3E

Text Example


Text Example

White with #4CDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,62); }

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

background-color css

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

 a { background-color: rgb(76,220,62); }

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

border-color css

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

 span { border-color: rgb(76,220,62); }

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