Html Css Color HEX #41DF1A Lime Green

📋 copy color: '#41DF1A'

red 65 ◦ green 223 ◦ blue 26

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

Shades of Lime Green #41DF1A

Tints of Lime Green #41DF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 20.7%
G = 71.02%
B = 8.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#41DF1A (or 0x41DF1A) is known color: Lime Green. HEX triplet: 41, DF and 1A. RGB value is (65,223,26). Sum of RGB (Red+Green+Blue) = 65+223+26=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF1A is #BE20E5. Grayscale: #999999. Windows color (decimal): -12460262 or 1761089. OLE color: 1761089.

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

Color convert

RGB 65 223 26 -
CMYK 0.71 0 0.88 0.13
HSL 108.12º 0.79% 0.49% -
HSV(B) 108.12º 0.88% 0.87% -
XYZ 28.75 53.97 9.88 -
YUV 153.3 56.15 65.02 -
System Red Green Blue C M Y K H S L
Decimal 65 223 26 0.71 0 0.88 0.13 108.12 0.79 0.49
Hex 41 DF 1A 47 0 58 D 6C 4F 31
Octal 101 337 32 107 0 130 15 154 117 61
Binary 1000001 11011111 11010 1000111 0 1011000 1101 1101100 1001111 110001

Color Harmonies of #41DF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DF1A

Black with #41DF1A

Text Example


Text Example

White with #41DF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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