Html Css Color HEX #41EE28 Lime Green

📋 copy color: '#41EE28'

red 65 ◦ green 238 ◦ blue 40

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

Shades of Lime Green #41EE28

Tints of Lime Green #41EE28

RGB

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

 GREEN value IS 238 (93.36% from 255) = 69.39%

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

R = 18.95%
G = 69.39%
B = 11.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#41EE28 (or 0x41EE28) is known color: Lime Green. HEX triplet: 41, EE and 28. RGB value is (65,238,40). Sum of RGB (Red+Green+Blue) = 65+238+40=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 238 (93.36% from 255 or 69.39% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EE28 is #BE11D7. Grayscale: #A4A4A4. Windows color (decimal): -12456408 or 2682433. OLE color: 2682433.

HSL color Cylindrical-coordinate representation of color #41EE28: hue angle of 112.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41EE28 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 238 40 -
CMYK 0.73 0 0.83 0.07
HSL 112.42º 0.85% 0.55% -
HSV(B) 112.42º 0.83% 0.93% -
XYZ 33.14 62.43 12.31 -
YUV 163.7 58.19 57.6 -
System Red Green Blue C M Y K H S L
Decimal 65 238 40 0.73 0 0.83 0.07 112.42 0.85 0.55
Hex 41 EE 28 49 0 53 7 70 55 37
Octal 101 356 50 111 0 123 7 160 125 67
Binary 1000001 11101110 101000 1001001 0 1010011 111 1110000 1010101 110111

Color Harmonies of #41EE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EE28

Black with #41EE28

Text Example


Text Example

White with #41EE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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