Html Css Color HEX #41DE1E Lime Green

📋 copy color: '#41DE1E'

red 65 ◦ green 222 ◦ blue 30

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

Shades of Lime Green #41DE1E

Tints of Lime Green #41DE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 70.03%

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

R = 20.5%
G = 70.03%
B = 9.46%

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

#41DE1E (or 0x41DE1E) is known color: Lime Green. HEX triplet: 41, DE and 1E. RGB value is (65,222,30). Sum of RGB (Red+Green+Blue) = 65+222+30=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DE1E is #BE21E1. Grayscale: #999999. Windows color (decimal): -12460514 or 2022977. OLE color: 2022977.

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

Color convert

RGB 65 222 30 -
CMYK 0.71 0 0.86 0.13
HSL 109.06º 0.76% 0.49% -
HSV(B) 109.06º 0.86% 0.87% -
XYZ 28.54 53.46 10.04 -
YUV 153.17 58.49 65.11 -
System Red Green Blue C M Y K H S L
Decimal 65 222 30 0.71 0 0.86 0.13 109.06 0.76 0.49
Hex 41 DE 1E 47 0 56 D 6D 4C 31
Octal 101 336 36 107 0 126 15 155 114 61
Binary 1000001 11011110 11110 1000111 0 1010110 1101 1101101 1001100 110001

Color Harmonies of #41DE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DE1E

Black with #41DE1E

Text Example


Text Example

White with #41DE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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