Html Css Color HEX #41E42A Lime Green

📋 copy color: '#41E42A'

red 65 ◦ green 228 ◦ blue 42

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

Shades of Lime Green #41E42A

Tints of Lime Green #41E42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 19.4%
G = 68.06%
B = 12.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#41E42A (or 0x41E42A) is known color: Lime Green. HEX triplet: 41, E4 and 2A. RGB value is (65,228,42). Sum of RGB (Red+Green+Blue) = 65+228+42=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 228 (89.45% from 255 or 68.06% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 228 - color contains mainly: green. Hex color #41E42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E42A is #BE1BD5. Grayscale: #9E9E9E. Windows color (decimal): -12458966 or 2810945. OLE color: 2810945.

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

Color convert

RGB 65 228 42 -
CMYK 0.71 0 0.82 0.11
HSL 112.58º 0.78% 0.53% -
HSV(B) 112.58º 0.82% 0.89% -
XYZ 30.34 56.78 11.55 -
YUV 158.06 62.5 61.62 -
System Red Green Blue C M Y K H S L
Decimal 65 228 42 0.71 0 0.82 0.11 112.58 0.78 0.53
Hex 41 E4 2A 47 0 52 B 71 4E 35
Octal 101 344 52 107 0 122 13 161 116 65
Binary 1000001 11100100 101010 1000111 0 1010010 1011 1110001 1001110 110101

Color Harmonies of #41E42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E42A

Black with #41E42A

Text Example


Text Example

White with #41E42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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