Html Css Color HEX #41D42C Lime Green

📋 copy color: '#41D42C'

red 65 ◦ green 212 ◦ blue 44

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

Shades of Lime Green #41D42C

Tints of Lime Green #41D42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 66.04%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 20.25%
G = 66.04%
B = 13.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#41D42C (or 0x41D42C) is known color: Lime Green. HEX triplet: 41, D4 and 2C. RGB value is (65,212,44). Sum of RGB (Red+Green+Blue) = 65+212+44=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #41D42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D42C is #BE2BD3. Grayscale: #959595. Windows color (decimal): -12463060 or 2937921. OLE color: 2937921.

HSL color Cylindrical-coordinate representation of color #41D42C: hue angle of 112.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41D42C is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 212 44 -
CMYK 0.69 0 0.79 0.17
HSL 112.5º 0.66% 0.5% -
HSV(B) 112.5º 0.79% 0.83% -
XYZ 26.18 48.39 10.34 -
YUV 148.9 68.8 68.16 -
System Red Green Blue C M Y K H S L
Decimal 65 212 44 0.69 0 0.79 0.17 112.5 0.66 0.5
Hex 41 D4 2C 45 0 4F 11 70 42 32
Octal 101 324 54 105 0 117 21 160 102 62
Binary 1000001 11010100 101100 1000101 0 1001111 10001 1110000 1000010 110010

Color Harmonies of #41D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D42C

Black with #41D42C

Text Example


Text Example

White with #41D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,212,44); }

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

background-color css

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

 a { background-color: rgb(65,212,44); }

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

border-color css

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

 span { border-color: rgb(65,212,44); }

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