Html Css Color HEX #41E425 Lime Green

📋 copy color: '#41E425'

red 65 ◦ green 228 ◦ blue 37

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

Shades of Lime Green #41E425

Tints of Lime Green #41E425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.09%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 19.7%
G = 69.09%
B = 11.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#41E425 (or 0x41E425) is known color: Lime Green. HEX triplet: 41, E4 and 25. RGB value is (65,228,37). Sum of RGB (Red+Green+Blue) = 65+228+37=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #41E425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E425 is #BE1BDA. Grayscale: #9E9E9E. Windows color (decimal): -12458971 or 2483265. OLE color: 2483265.

HSL color Cylindrical-coordinate representation of color #41E425: hue angle of 111.2º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41E425 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 228 37 -
CMYK 0.71 0 0.84 0.11
HSL 111.2º 0.78% 0.52% -
HSV(B) 111.2º 0.84% 0.89% -
XYZ 30.26 56.74 11.11 -
YUV 157.49 60 62.03 -
System Red Green Blue C M Y K H S L
Decimal 65 228 37 0.71 0 0.84 0.11 111.2 0.78 0.52
Hex 41 E4 25 47 0 54 B 6F 4E 34
Octal 101 344 45 107 0 124 13 157 116 64
Binary 1000001 11100100 100101 1000111 0 1010100 1011 1101111 1001110 110100

Color Harmonies of #41E425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E425

Black with #41E425

Text Example


Text Example

White with #41E425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,228,37); }

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

background-color css

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

 a { background-color: rgb(65,228,37); }

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

border-color css

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

 span { border-color: rgb(65,228,37); }

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