Html Css Color HEX #41DA1E Lime Green

📋 copy color: '#41DA1E'

red 65 ◦ green 218 ◦ blue 30

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

Shades of Lime Green #41DA1E

Tints of Lime Green #41DA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 20.77%
G = 69.65%
B = 9.58%

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

#41DA1E (or 0x41DA1E) is known color: Lime Green. HEX triplet: 41, DA and 1E. RGB value is (65,218,30). Sum of RGB (Red+Green+Blue) = 65+218+30=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DA1E is #BE25E1. Grayscale: #979797. Windows color (decimal): -12461538 or 2021953. OLE color: 2021953.

HSL color Cylindrical-coordinate representation of color #41DA1E: hue angle of 108.83º degrees, saturation: 0.76, 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 #41DA1E is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 30 -
CMYK 0.70 0 0.86 0.15
HSL 108.83º 0.76% 0.49% -
HSV(B) 108.83º 0.86% 0.85% -
XYZ 27.49 51.36 9.69 -
YUV 150.82 59.81 66.79 -
System Red Green Blue C M Y K H S L
Decimal 65 218 30 0.70 0 0.86 0.15 108.83 0.76 0.49
Hex 41 DA 1E 46 0 56 F 6D 4C 31
Octal 101 332 36 106 0 126 17 155 114 61
Binary 1000001 11011010 11110 1000110 0 1010110 1111 1101101 1001100 110001

Color Harmonies of #41DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DA1E

Black with #41DA1E

Text Example


Text Example

White with #41DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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