Html Css Color HEX #41D125 Lime Green

📋 copy color: '#41D125'

red 65 ◦ green 209 ◦ blue 37

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

Shades of Lime Green #41D125

Tints of Lime Green #41D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 67.2%

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 20.9%
G = 67.2%
B = 11.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#41D125 (or 0x41D125) is known color: Lime Green. HEX triplet: 41, D1 and 25. RGB value is (65,209,37). Sum of RGB (Red+Green+Blue) = 65+209+37=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #41D125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D125 is #BE2EDA. Grayscale: #929292. Windows color (decimal): -12463835 or 2478401. OLE color: 2478401.

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

Color convert

RGB 65 209 37 -
CMYK 0.69 0 0.82 0.18
HSL 110.23º 0.7% 0.48% -
HSV(B) 110.23º 0.82% 0.82% -
XYZ 25.31 46.86 9.46 -
YUV 146.34 66.29 69.99 -
System Red Green Blue C M Y K H S L
Decimal 65 209 37 0.69 0 0.82 0.18 110.23 0.7 0.48
Hex 41 D1 25 45 0 52 12 6E 46 30
Octal 101 321 45 105 0 122 22 156 106 60
Binary 1000001 11010001 100101 1000101 0 1010010 10010 1101110 1000110 110000

Color Harmonies of #41D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D125

Black with #41D125

Text Example


Text Example

White with #41D125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,209,37); }

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

background-color css

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

 a { background-color: rgb(65,209,37); }

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

border-color css

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

 span { border-color: rgb(65,209,37); }

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