Html Css Color HEX #41D63C Lime Green

📋 copy color: '#41D63C'

red 65 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #41D63C

Tints of Lime Green #41D63C

RGB

 RED value IS 65 (25.78% from 255) = 19.17%

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

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

R = 19.17%
G = 63.13%
B = 17.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#41D63C (or 0x41D63C) is known color: Lime Green. HEX triplet: 41, D6 and 3C. RGB value is (65,214,60). Sum of RGB (Red+Green+Blue) = 65+214+60=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #41D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D63C is #BE29C3. Grayscale: #989898. Windows color (decimal): -12462532 or 3987009. OLE color: 3987009.

HSL color Cylindrical-coordinate representation of color #41D63C: hue angle of 118.05º 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 #41D63C is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 214 60 -
CMYK 0.70 0 0.72 0.16
HSL 118.05º 0.65% 0.54% -
HSV(B) 118.05º 0.72% 0.84% -
XYZ 27.04 49.54 12.41 -
YUV 151.89 76.14 66.02 -
System Red Green Blue C M Y K H S L
Decimal 65 214 60 0.70 0 0.72 0.16 118.05 0.65 0.54
Hex 41 D6 3C 46 0 48 10 76 41 36
Octal 101 326 74 106 0 110 20 166 101 66
Binary 1000001 11010110 111100 1000110 0 1001000 10000 1110110 1000001 110110

Color Harmonies of #41D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D63C

Black with #41D63C

Text Example


Text Example

White with #41D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41D63C; }

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

 H1.HeaderClassName
 {
   color: #41D63C;
 }
 .AnyTagClassName
 {
   color: #41D63C;
 }
</style>

background-color css

<style>
 a { background-color: #41D63C; }

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

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

border-color css

<style>
 span { border-color: #41D63C; }

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

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