Html Css Color HEX #41F940 Lime Green

📋 copy color: '#41F940'

red 65 ◦ green 249 ◦ blue 64

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

Shades of Lime Green #41F940

Tints of Lime Green #41F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.87%

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 17.2%
G = 65.87%
B = 16.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#41F940 (or 0x41F940) is known color: Lime Green. HEX triplet: 41, F9 and 40. RGB value is (65,249,64). Sum of RGB (Red+Green+Blue) = 65+249+64=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #41F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F940 is #BE06BF. Grayscale: #ADADAD. Windows color (decimal): -12453568 or 4258113. OLE color: 4258113.

HSL color Cylindrical-coordinate representation of color #41F940: hue angle of 119.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F940 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 249 64 -
CMYK 0.74 0 0.74 0.02
HSL 119.68º 0.94% 0.61% -
HSV(B) 119.68º 0.74% 0.98% -
XYZ 36.98 69.25 16.27 -
YUV 172.89 66.54 51.04 -
System Red Green Blue C M Y K H S L
Decimal 65 249 64 0.74 0 0.74 0.02 119.68 0.94 0.61
Hex 41 F9 40 4A 0 4A 2 78 5E 3D
Octal 101 371 100 112 0 112 2 170 136 75
Binary 1000001 11111001 1000000 1001010 0 1001010 10 1111000 1011110 111101

Color Harmonies of #41F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F940

Black with #41F940

Text Example


Text Example

White with #41F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,249,64); }

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

background-color css

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

 a { background-color: rgb(65,249,64); }

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

border-color css

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

 span { border-color: rgb(65,249,64); }

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