Html Css Color HEX #4CD63C Lime Green

📋 copy color: '#4CD63C'

red 76 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #4CD63C

Tints of Lime Green #4CD63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 21.71%
G = 61.14%
B = 17.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#4CD63C (or 0x4CD63C) is known color: Lime Green. HEX triplet: 4C, D6 and 3C. RGB value is (76,214,60). Sum of RGB (Red+Green+Blue) = 76+214+60=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD63C is #B329C3. Grayscale: #9B9B9B. Windows color (decimal): -11741636 or 3987020. OLE color: 3987020.

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

Color convert

RGB 76 214 60 -
CMYK 0.64 0 0.72 0.16
HSL 113.77º 0.65% 0.54% -
HSV(B) 113.77º 0.72% 0.84% -
XYZ 27.84 49.96 12.45 -
YUV 155.18 74.28 71.52 -
System Red Green Blue C M Y K H S L
Decimal 76 214 60 0.64 0 0.72 0.16 113.77 0.65 0.54
Hex 4C D6 3C 40 0 48 10 72 41 36
Octal 114 326 74 100 0 110 20 162 101 66
Binary 1001100 11010110 111100 1000000 0 1001000 10000 1110010 1000001 110110

Color Harmonies of #4CD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD63C

Black with #4CD63C

Text Example


Text Example

White with #4CD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,214,60); }

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

background-color css

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

 a { background-color: rgb(76,214,60); }

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

border-color css

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

 span { border-color: rgb(76,214,60); }

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