Html Css Color HEX #41E940 Lime Green

📋 copy color: '#41E940'

red 65 ◦ green 233 ◦ blue 64

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

Shades of Lime Green #41E940

Tints of Lime Green #41E940

RGB

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

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

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

R = 17.96%
G = 64.36%
B = 17.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#41E940 (or 0x41E940) is known color: Lime Green. HEX triplet: 41, E9 and 40. RGB value is (65,233,64). Sum of RGB (Red+Green+Blue) = 65+233+64=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 233 (91.41% from 255 or 64.36% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 233 - color contains mainly: green. Hex color #41E940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E940 is #BE16BF. Grayscale: #A4A4A4. Windows color (decimal): -12457664 or 4254017. OLE color: 4254017.

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

Color convert

RGB 65 233 64 -
CMYK 0.72 0 0.73 0.09
HSL 119.65º 0.79% 0.58% -
HSV(B) 119.65º 0.73% 0.91% -
XYZ 32.24 59.77 14.69 -
YUV 163.5 71.84 57.74 -
System Red Green Blue C M Y K H S L
Decimal 65 233 64 0.72 0 0.73 0.09 119.65 0.79 0.58
Hex 41 E9 40 48 0 49 9 78 4F 3A
Octal 101 351 100 110 0 111 11 170 117 72
Binary 1000001 11101001 1000000 1001000 0 1001001 1001 1111000 1001111 111010

Color Harmonies of #41E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E940

Black with #41E940

Text Example


Text Example

White with #41E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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