Html Css Color HEX #41FD3F Lime Green

📋 copy color: '#41FD3F'

red 65 ◦ green 253 ◦ blue 63

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

Shades of Lime Green #41FD3F

Tints of Lime Green #41FD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.4%

 BLUE value IS 63 (25% from 255) = 16.54%

R = 17.06%
G = 66.4%
B = 16.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#41FD3F (or 0x41FD3F) is known color: Lime Green. HEX triplet: 41, FD and 3F. RGB value is (65,253,63). Sum of RGB (Red+Green+Blue) = 65+253+63=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #41FD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FD3F is #BE02C0. Grayscale: #AFAFAF. Windows color (decimal): -12452545 or 4193601. OLE color: 4193601.

HSL color Cylindrical-coordinate representation of color #41FD3F: hue angle of 119.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FD3F is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 253 63 -
CMYK 0.74 0 0.75 0.01
HSL 119.37º 0.98% 0.62% -
HSV(B) 119.37º 0.75% 0.99% -
XYZ 38.2 71.73 16.54 -
YUV 175.13 64.72 49.45 -
System Red Green Blue C M Y K H S L
Decimal 65 253 63 0.74 0 0.75 0.01 119.37 0.98 0.62
Hex 41 FD 3F 4A 0 4B 1 77 62 3E
Octal 101 375 77 112 0 113 1 167 142 76
Binary 1000001 11111101 111111 1001010 0 1001011 1 1110111 1100010 111110

Color Harmonies of #41FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FD3F

Black with #41FD3F

Text Example


Text Example

White with #41FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,253,63); }

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

background-color css

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

 a { background-color: rgb(65,253,63); }

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

border-color css

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

 span { border-color: rgb(65,253,63); }

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