Html Css Color HEX #41E028 Lime Green

📋 copy color: '#41E028'

red 65 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #41E028

Tints of Lime Green #41E028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 68.09%

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

R = 19.76%
G = 68.09%
B = 12.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#41E028 (or 0x41E028) is known color: Lime Green. HEX triplet: 41, E0 and 28. RGB value is (65,224,40). Sum of RGB (Red+Green+Blue) = 65+224+40=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #41E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E028 is #BE1FD7. Grayscale: #9C9C9C. Windows color (decimal): -12459992 or 2678849. OLE color: 2678849.

HSL color Cylindrical-coordinate representation of color #41E028: hue angle of 111.85º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41E028 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 224 40 -
CMYK 0.71 0 0.82 0.12
HSL 111.85º 0.75% 0.52% -
HSV(B) 111.85º 0.82% 0.88% -
XYZ 29.22 54.59 11 -
YUV 155.48 62.82 63.46 -
System Red Green Blue C M Y K H S L
Decimal 65 224 40 0.71 0 0.82 0.12 111.85 0.75 0.52
Hex 41 E0 28 47 0 52 C 70 4B 34
Octal 101 340 50 107 0 122 14 160 113 64
Binary 1000001 11100000 101000 1000111 0 1010010 1100 1110000 1001011 110100

Color Harmonies of #41E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E028

Black with #41E028

Text Example


Text Example

White with #41E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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