Html Css Color HEX #41DF1F Lime Green

📋 copy color: '#41DF1F'

red 65 ◦ green 223 ◦ blue 31

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

Shades of Lime Green #41DF1F

Tints of Lime Green #41DF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 69.91%

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

R = 20.38%
G = 69.91%
B = 9.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#41DF1F (or 0x41DF1F) is known color: Lime Green. HEX triplet: 41, DF and 1F. RGB value is (65,223,31). Sum of RGB (Red+Green+Blue) = 65+223+31=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF1F is #BE20E0. Grayscale: #9A9A9A. Windows color (decimal): -12460257 or 2088769. OLE color: 2088769.

HSL color Cylindrical-coordinate representation of color #41DF1F: hue angle of 109.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41DF1F is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 223 31 -
CMYK 0.71 0 0.86 0.13
HSL 109.38º 0.76% 0.5% -
HSV(B) 109.38º 0.86% 0.87% -
XYZ 28.81 54 10.2 -
YUV 153.87 58.65 64.61 -
System Red Green Blue C M Y K H S L
Decimal 65 223 31 0.71 0 0.86 0.13 109.38 0.76 0.5
Hex 41 DF 1F 47 0 56 D 6D 4C 32
Octal 101 337 37 107 0 126 15 155 114 62
Binary 1000001 11011111 11111 1000111 0 1010110 1101 1101101 1001100 110010

Color Harmonies of #41DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DF1F

Black with #41DF1F

Text Example


Text Example

White with #41DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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