Html Css Color HEX #41E02F Lime Green

📋 copy color: '#41E02F'

red 65 ◦ green 224 ◦ blue 47

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

Shades of Lime Green #41E02F

Tints of Lime Green #41E02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.67%

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 19.35%
G = 66.67%
B = 13.99%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#41E02F (or 0x41E02F) is known color: Lime Green. HEX triplet: 41, E0 and 2F. RGB value is (65,224,47). Sum of RGB (Red+Green+Blue) = 65+224+47=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #41E02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E02F is #BE1FD0. Grayscale: #9C9C9C. Windows color (decimal): -12459985 or 3137601. OLE color: 3137601.

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

Color convert

RGB 65 224 47 -
CMYK 0.71 0 0.79 0.12
HSL 113.9º 0.74% 0.53% -
HSV(B) 113.9º 0.79% 0.88% -
XYZ 29.35 54.64 11.69 -
YUV 156.28 66.32 62.89 -
System Red Green Blue C M Y K H S L
Decimal 65 224 47 0.71 0 0.79 0.12 113.9 0.74 0.53
Hex 41 E0 2F 47 0 4F C 72 4A 35
Octal 101 340 57 107 0 117 14 162 112 65
Binary 1000001 11100000 101111 1000111 0 1001111 1100 1110010 1001010 110101

Color Harmonies of #41E02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E02F

Black with #41E02F

Text Example


Text Example

White with #41E02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,224,47); }

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

background-color css

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

 a { background-color: rgb(65,224,47); }

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

border-color css

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

 span { border-color: rgb(65,224,47); }

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