Html Css Color HEX #41EA28 Lime Green

📋 copy color: '#41EA28'

red 65 ◦ green 234 ◦ blue 40

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

Shades of Lime Green #41EA28

Tints of Lime Green #41EA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 69.03%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 19.17%
G = 69.03%
B = 11.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#41EA28 (or 0x41EA28) is known color: Lime Green. HEX triplet: 41, EA and 28. RGB value is (65,234,40). Sum of RGB (Red+Green+Blue) = 65+234+40=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 234 (91.80% from 255 or 69.03% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EA28 is #BE15D7. Grayscale: #A1A1A1. Windows color (decimal): -12457432 or 2681409. OLE color: 2681409.

HSL color Cylindrical-coordinate representation of color #41EA28: hue angle of 112.27º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41EA28 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 234 40 -
CMYK 0.72 0 0.83 0.08
HSL 112.27º 0.82% 0.54% -
HSV(B) 112.27º 0.83% 0.92% -
XYZ 31.99 60.12 11.93 -
YUV 161.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 65 234 40 0.72 0 0.83 0.08 112.27 0.82 0.54
Hex 41 EA 28 48 0 53 8 70 52 36
Octal 101 352 50 110 0 123 10 160 122 66
Binary 1000001 11101010 101000 1001000 0 1010011 1000 1110000 1010010 110110

Color Harmonies of #41EA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EA28

Black with #41EA28

Text Example


Text Example

White with #41EA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,234,40); }

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

background-color css

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

 a { background-color: rgb(65,234,40); }

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

border-color css

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

 span { border-color: rgb(65,234,40); }

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