Html Css Color HEX #41D037 Lime Green

📋 copy color: '#41D037'

red 65 ◦ green 208 ◦ blue 55

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

Shades of Lime Green #41D037

Tints of Lime Green #41D037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.77%

R = 19.82%
G = 63.41%
B = 16.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#41D037 (or 0x41D037) is known color: Lime Green. HEX triplet: 41, D0 and 37. RGB value is (65,208,55). Sum of RGB (Red+Green+Blue) = 65+208+55=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #41D037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D037 is #BE2FC8. Grayscale: #949494. Windows color (decimal): -12464073 or 3657793. OLE color: 3657793.

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

Color convert

RGB 65 208 55 -
CMYK 0.69 0 0.74 0.18
HSL 116.08º 0.62% 0.52% -
HSV(B) 116.08º 0.74% 0.82% -
XYZ 25.43 46.51 11.25 -
YUV 147.8 75.62 68.94 -
System Red Green Blue C M Y K H S L
Decimal 65 208 55 0.69 0 0.74 0.18 116.08 0.62 0.52
Hex 41 D0 37 45 0 4A 12 74 3E 34
Octal 101 320 67 105 0 112 22 164 76 64
Binary 1000001 11010000 110111 1000101 0 1001010 10010 1110100 111110 110100

Color Harmonies of #41D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D037

Black with #41D037

Text Example


Text Example

White with #41D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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