Html Css Color HEX #41E94D Lime Green

📋 copy color: '#41E94D'

red 65 ◦ green 233 ◦ blue 77

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

Shades of Lime Green #41E94D

Tints of Lime Green #41E94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 17.33%
G = 62.13%
B = 20.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#41E94D (or 0x41E94D) is known color: Lime Green. HEX triplet: 41, E9 and 4D. RGB value is (65,233,77). Sum of RGB (Red+Green+Blue) = 65+233+77=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #41E94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E94D is #BE16B2. Grayscale: #A5A5A5. Windows color (decimal): -12457651 or 5105985. OLE color: 5105985.

HSL color Cylindrical-coordinate representation of color #41E94D: hue angle of 124.29º 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 #41E94D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 233 77 -
CMYK 0.72 0 0.67 0.09
HSL 124.29º 0.79% 0.58% -
HSV(B) 124.29º 0.72% 0.91% -
XYZ 32.66 59.94 16.87 -
YUV 164.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 65 233 77 0.72 0 0.67 0.09 124.29 0.79 0.58
Hex 41 E9 4D 48 0 43 9 7C 4F 3A
Octal 101 351 115 110 0 103 11 174 117 72
Binary 1000001 11101001 1001101 1001000 0 1000011 1001 1111100 1001111 111010

Color Harmonies of #41E94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E94D

Black with #41E94D

Text Example


Text Example

White with #41E94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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