Html Css Color HEX #41E720 Lime Green

📋 copy color: '#41E720'

red 65 ◦ green 231 ◦ blue 32

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

Shades of Lime Green #41E720

Tints of Lime Green #41E720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 70.43%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 19.82%
G = 70.43%
B = 9.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#41E720 (or 0x41E720) is known color: Lime Green. HEX triplet: 41, E7 and 20. RGB value is (65,231,32). Sum of RGB (Red+Green+Blue) = 65+231+32=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 231 (90.62% from 255 or 70.43% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 231 - color contains mainly: green. Hex color #41E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E720 is #BE18DF. Grayscale: #9F9F9F. Windows color (decimal): -12458208 or 2156353. OLE color: 2156353.

HSL color Cylindrical-coordinate representation of color #41E720: hue angle of 110.05º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41E720 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 231 32 -
CMYK 0.72 0 0.86 0.09
HSL 110.05º 0.81% 0.52% -
HSV(B) 110.05º 0.86% 0.91% -
XYZ 31.02 58.38 11 -
YUV 158.68 56.5 61.18 -
System Red Green Blue C M Y K H S L
Decimal 65 231 32 0.72 0 0.86 0.09 110.05 0.81 0.52
Hex 41 E7 20 48 0 56 9 6E 51 34
Octal 101 347 40 110 0 126 11 156 121 64
Binary 1000001 11100111 100000 1001000 0 1010110 1001 1101110 1010001 110100

Color Harmonies of #41E720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E720

Black with #41E720

Text Example


Text Example

White with #41E720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,231,32); }

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

background-color css

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

 a { background-color: rgb(65,231,32); }

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

border-color css

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

 span { border-color: rgb(65,231,32); }

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