Html Css Color HEX #41DA3C Lime Green

📋 copy color: '#41DA3C'

red 65 ◦ green 218 ◦ blue 60

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

Shades of Lime Green #41DA3C

Tints of Lime Green #41DA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.56%

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

R = 18.95%
G = 63.56%
B = 17.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#41DA3C (or 0x41DA3C) is known color: Lime Green. HEX triplet: 41, DA and 3C. RGB value is (65,218,60). Sum of RGB (Red+Green+Blue) = 65+218+60=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DA3C is #BE25C3. Grayscale: #9A9A9A. Windows color (decimal): -12461508 or 3988033. OLE color: 3988033.

HSL color Cylindrical-coordinate representation of color #41DA3C: hue angle of 118.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41DA3C is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 60 -
CMYK 0.70 0 0.72 0.15
HSL 118.1º 0.68% 0.55% -
HSV(B) 118.1º 0.72% 0.85% -
XYZ 28.07 51.59 12.75 -
YUV 154.24 74.81 64.35 -
System Red Green Blue C M Y K H S L
Decimal 65 218 60 0.70 0 0.72 0.15 118.1 0.68 0.55
Hex 41 DA 3C 46 0 48 F 76 44 37
Octal 101 332 74 106 0 110 17 166 104 67
Binary 1000001 11011010 111100 1000110 0 1001000 1111 1110110 1000100 110111

Color Harmonies of #41DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DA3C

Black with #41DA3C

Text Example


Text Example

White with #41DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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