Html Css Color HEX #41E950 Lime Green

📋 copy color: '#41E950'

red 65 ◦ green 233 ◦ blue 80

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

Shades of Lime Green #41E950

Tints of Lime Green #41E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.64%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 17.2%
G = 61.64%
B = 21.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#41E950 (or 0x41E950) is known color: Lime Green. HEX triplet: 41, E9 and 50. RGB value is (65,233,80). Sum of RGB (Red+Green+Blue) = 65+233+80=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 233 (91.41% from 255 or 61.64% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 233 - color contains mainly: green. Hex color #41E950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E950 is #BE16AF. Grayscale: #A5A5A5. Windows color (decimal): -12457648 or 5302593. OLE color: 5302593.

HSL color Cylindrical-coordinate representation of color #41E950: hue angle of 125.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E950 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 233 80 -
CMYK 0.72 0 0.66 0.09
HSL 125.36º 0.79% 0.58% -
HSV(B) 125.36º 0.72% 0.91% -
XYZ 32.77 59.98 17.44 -
YUV 165.33 79.84 56.44 -
System Red Green Blue C M Y K H S L
Decimal 65 233 80 0.72 0 0.66 0.09 125.36 0.79 0.58
Hex 41 E9 50 48 0 42 9 7D 4F 3A
Octal 101 351 120 110 0 102 11 175 117 72
Binary 1000001 11101001 1010000 1001000 0 1000010 1001 1111101 1001111 111010

Color Harmonies of #41E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E950

Black with #41E950

Text Example


Text Example

White with #41E950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,233,80); }

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

background-color css

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

 a { background-color: rgb(65,233,80); }

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

border-color css

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

 span { border-color: rgb(65,233,80); }

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