Html Css Color HEX #41DA1F Lime Green

📋 copy color: '#41DA1F'

red 65 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #41DA1F

Tints of Lime Green #41DA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.43%

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 20.7%
G = 69.43%
B = 9.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#41DA1F (or 0x41DA1F) is known color: Lime Green. HEX triplet: 41, DA and 1F. RGB value is (65,218,31). Sum of RGB (Red+Green+Blue) = 65+218+31=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DA1F is #BE25E0. Grayscale: #979797. Windows color (decimal): -12461537 or 2087489. OLE color: 2087489.

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

Color convert

RGB 65 218 31 -
CMYK 0.70 0 0.86 0.15
HSL 109.09º 0.75% 0.49% -
HSV(B) 109.09º 0.86% 0.85% -
XYZ 27.5 51.37 9.76 -
YUV 150.94 60.31 66.71 -
System Red Green Blue C M Y K H S L
Decimal 65 218 31 0.70 0 0.86 0.15 109.09 0.75 0.49
Hex 41 DA 1F 46 0 56 F 6D 4B 31
Octal 101 332 37 106 0 126 17 155 113 61
Binary 1000001 11011010 11111 1000110 0 1010110 1111 1101101 1001011 110001

Color Harmonies of #41DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DA1F

Black with #41DA1F

Text Example


Text Example

White with #41DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,218,31); }

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

background-color css

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

 a { background-color: rgb(65,218,31); }

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

border-color css

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

 span { border-color: rgb(65,218,31); }

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