Html Css Color HEX #41EA21 Lime Green

📋 copy color: '#41EA21'

red 65 ◦ green 234 ◦ blue 33

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

Shades of Lime Green #41EA21

Tints of Lime Green #41EA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 19.58%
G = 70.48%
B = 9.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#41EA21 (or 0x41EA21) is known color: Lime Green. HEX triplet: 41, EA and 21. RGB value is (65,234,33). Sum of RGB (Red+Green+Blue) = 65+234+33=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 234 (91.80% from 255 or 70.48% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EA21 is #BE15DE. Grayscale: #A1A1A1. Windows color (decimal): -12457439 or 2222657. OLE color: 2222657.

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

Color convert

RGB 65 234 33 -
CMYK 0.72 0 0.86 0.08
HSL 110.45º 0.83% 0.52% -
HSV(B) 110.45º 0.86% 0.92% -
XYZ 31.88 60.08 11.36 -
YUV 160.56 56.01 59.84 -
System Red Green Blue C M Y K H S L
Decimal 65 234 33 0.72 0 0.86 0.08 110.45 0.83 0.52
Hex 41 EA 21 48 0 56 8 6E 53 34
Octal 101 352 41 110 0 126 10 156 123 64
Binary 1000001 11101010 100001 1001000 0 1010110 1000 1101110 1010011 110100

Color Harmonies of #41EA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EA21

Black with #41EA21

Text Example


Text Example

White with #41EA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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