Html Css Color HEX #41D040 Lime Green

📋 copy color: '#41D040'

red 65 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #41D040

Tints of Lime Green #41D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.72%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 19.29%
G = 61.72%
B = 18.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#41D040 (or 0x41D040) is known color: Lime Green. HEX triplet: 41, D0 and 40. RGB value is (65,208,64). Sum of RGB (Red+Green+Blue) = 65+208+64=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #41D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D040 is #BE2FBF. Grayscale: #959595. Windows color (decimal): -12464064 or 4247617. OLE color: 4247617.

HSL color Cylindrical-coordinate representation of color #41D040: hue angle of 119.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D040 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 64 -
CMYK 0.69 0 0.69 0.18
HSL 119.58º 0.61% 0.53% -
HSV(B) 119.58º 0.69% 0.82% -
XYZ 25.66 46.61 12.49 -
YUV 148.83 80.12 68.21 -
System Red Green Blue C M Y K H S L
Decimal 65 208 64 0.69 0 0.69 0.18 119.58 0.61 0.53
Hex 41 D0 40 45 0 45 12 78 3D 35
Octal 101 320 100 105 0 105 22 170 75 65
Binary 1000001 11010000 1000000 1000101 0 1000101 10010 1111000 111101 110101

Color Harmonies of #41D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D040

Black with #41D040

Text Example


Text Example

White with #41D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,64); }

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

background-color css

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

 a { background-color: rgb(65,208,64); }

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

border-color css

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

 span { border-color: rgb(65,208,64); }

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