Html Css Color HEX #41F137 Lime Green

📋 copy color: '#41F137'

red 65 ◦ green 241 ◦ blue 55

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

Shades of Lime Green #41F137

Tints of Lime Green #41F137

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.76%

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 18.01%
G = 66.76%
B = 15.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#41F137 (or 0x41F137) is known color: Lime Green. HEX triplet: 41, F1 and 37. RGB value is (65,241,55). Sum of RGB (Red+Green+Blue) = 65+241+55=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #41F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F137 is #BE0EC8. Grayscale: #A7A7A7. Windows color (decimal): -12455625 or 3666241. OLE color: 3666241.

HSL color Cylindrical-coordinate representation of color #41F137: hue angle of 116.77º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41F137 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 241 55 -
CMYK 0.73 0 0.77 0.05
HSL 116.77º 0.87% 0.58% -
HSV(B) 116.77º 0.77% 0.95% -
XYZ 34.32 64.31 14.22 -
YUV 167.17 64.69 55.12 -
System Red Green Blue C M Y K H S L
Decimal 65 241 55 0.73 0 0.77 0.05 116.77 0.87 0.58
Hex 41 F1 37 49 0 4D 5 75 57 3A
Octal 101 361 67 111 0 115 5 165 127 72
Binary 1000001 11110001 110111 1001001 0 1001101 101 1110101 1010111 111010

Color Harmonies of #41F137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F137

Black with #41F137

Text Example


Text Example

White with #41F137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,241,55); }

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

background-color css

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

 a { background-color: rgb(65,241,55); }

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

border-color css

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

 span { border-color: rgb(65,241,55); }

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