Html Css Color HEX #41D932 Lime Green

📋 copy color: '#41D932'

red 65 ◦ green 217 ◦ blue 50

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

Shades of Lime Green #41D932

Tints of Lime Green #41D932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.36%

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 19.58%
G = 65.36%
B = 15.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#41D932 (or 0x41D932) is known color: Lime Green. HEX triplet: 41, D9 and 32. RGB value is (65,217,50). Sum of RGB (Red+Green+Blue) = 65+217+50=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #41D932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D932 is #BE26CD. Grayscale: #999999. Windows color (decimal): -12461774 or 3332417. OLE color: 3332417.

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

Color convert

RGB 65 217 50 -
CMYK 0.70 0 0.77 0.15
HSL 114.61º 0.69% 0.52% -
HSV(B) 114.61º 0.77% 0.85% -
XYZ 27.57 50.98 11.4 -
YUV 152.51 70.14 65.58 -
System Red Green Blue C M Y K H S L
Decimal 65 217 50 0.70 0 0.77 0.15 114.61 0.69 0.52
Hex 41 D9 32 46 0 4D F 73 45 34
Octal 101 331 62 106 0 115 17 163 105 64
Binary 1000001 11011001 110010 1000110 0 1001101 1111 1110011 1000101 110100

Color Harmonies of #41D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D932

Black with #41D932

Text Example


Text Example

White with #41D932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,217,50); }

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

background-color css

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

 a { background-color: rgb(65,217,50); }

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

border-color css

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

 span { border-color: rgb(65,217,50); }

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