Html Css Color HEX #41D340 Lime Green

📋 copy color: '#41D340'

red 65 ◦ green 211 ◦ blue 64

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

Shades of Lime Green #41D340

Tints of Lime Green #41D340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.06%

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

R = 19.12%
G = 62.06%
B = 18.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#41D340 (or 0x41D340) is known color: Lime Green. HEX triplet: 41, D3 and 40. RGB value is (65,211,64). Sum of RGB (Red+Green+Blue) = 65+211+64=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #41D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D340 is #BE2CBF. Grayscale: #979797. Windows color (decimal): -12463296 or 4248385. OLE color: 4248385.

HSL color Cylindrical-coordinate representation of color #41D340: hue angle of 119.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D340 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 211 64 -
CMYK 0.69 0 0.70 0.17
HSL 119.59º 0.63% 0.54% -
HSV(B) 119.59º 0.7% 0.83% -
XYZ 26.4 48.08 12.74 -
YUV 150.59 79.13 66.95 -
System Red Green Blue C M Y K H S L
Decimal 65 211 64 0.69 0 0.70 0.17 119.59 0.63 0.54
Hex 41 D3 40 45 0 46 11 78 3F 36
Octal 101 323 100 105 0 106 21 170 77 66
Binary 1000001 11010011 1000000 1000101 0 1000110 10001 1111000 111111 110110

Color Harmonies of #41D340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D340

Black with #41D340

Text Example


Text Example

White with #41D340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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