Html Css Color HEX #41F02F Lime Green

📋 copy color: '#41F02F'

red 65 ◦ green 240 ◦ blue 47

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

Shades of Lime Green #41F02F

Tints of Lime Green #41F02F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.18%

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

R = 18.47%
G = 68.18%
B = 13.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#41F02F (or 0x41F02F) is known color: Lime Green. HEX triplet: 41, F0 and 2F. RGB value is (65,240,47). Sum of RGB (Red+Green+Blue) = 65+240+47=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #41F02F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F02F is #BE0FD0. Grayscale: #A6A6A6. Windows color (decimal): -12455889 or 3141697. OLE color: 3141697.

HSL color Cylindrical-coordinate representation of color #41F02F: hue angle of 114.4º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41F02F is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 240 47 -
CMYK 0.73 0 0.80 0.06
HSL 114.4º 0.87% 0.56% -
HSV(B) 114.4º 0.8% 0.94% -
XYZ 33.85 63.65 13.19 -
YUV 165.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 65 240 47 0.73 0 0.80 0.06 114.4 0.87 0.56
Hex 41 F0 2F 49 0 50 6 72 57 38
Octal 101 360 57 111 0 120 6 162 127 70
Binary 1000001 11110000 101111 1001001 0 1010000 110 1110010 1010111 111000

Color Harmonies of #41F02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F02F

Black with #41F02F

Text Example


Text Example

White with #41F02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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