Html Css Color HEX #41D522 Lime Green

📋 copy color: '#41D522'

red 65 ◦ green 213 ◦ blue 34

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

Shades of Lime Green #41D522

Tints of Lime Green #41D522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.27%

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 20.83%
G = 68.27%
B = 10.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#41D522 (or 0x41D522) is known color: Lime Green. HEX triplet: 41, D5 and 22. RGB value is (65,213,34). Sum of RGB (Red+Green+Blue) = 65+213+34=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #41D522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D522 is #BE2ADD. Grayscale: #949494. Windows color (decimal): -12462814 or 2282817. OLE color: 2282817.

HSL color Cylindrical-coordinate representation of color #41D522: hue angle of 109.61º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41D522 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 213 34 -
CMYK 0.69 0 0.84 0.16
HSL 109.61º 0.72% 0.48% -
HSV(B) 109.61º 0.84% 0.84% -
XYZ 26.26 48.83 9.55 -
YUV 148.34 63.47 68.55 -
System Red Green Blue C M Y K H S L
Decimal 65 213 34 0.69 0 0.84 0.16 109.61 0.72 0.48
Hex 41 D5 22 45 0 54 10 6E 48 30
Octal 101 325 42 105 0 124 20 156 110 60
Binary 1000001 11010101 100010 1000101 0 1010100 10000 1101110 1001000 110000

Color Harmonies of #41D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D522

Black with #41D522

Text Example


Text Example

White with #41D522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,213,34); }

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

background-color css

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

 a { background-color: rgb(65,213,34); }

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

border-color css

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

 span { border-color: rgb(65,213,34); }

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