Html Css Color HEX #41D62D Lime Green

📋 copy color: '#41D62D'

red 65 ◦ green 214 ◦ blue 45

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

Shades of Lime Green #41D62D

Tints of Lime Green #41D62D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.05%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 20.06%
G = 66.05%
B = 13.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#41D62D (or 0x41D62D) is known color: Lime Green. HEX triplet: 41, D6 and 2D. RGB value is (65,214,45). Sum of RGB (Red+Green+Blue) = 65+214+45=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #41D62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D62D is #BE29D2. Grayscale: #969696. Windows color (decimal): -12462547 or 3003969. OLE color: 3003969.

HSL color Cylindrical-coordinate representation of color #41D62D: hue angle of 112.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41D62D is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 214 45 -
CMYK 0.70 0 0.79 0.16
HSL 112.9º 0.67% 0.51% -
HSV(B) 112.9º 0.79% 0.84% -
XYZ 26.7 49.41 10.61 -
YUV 150.18 68.64 67.24 -
System Red Green Blue C M Y K H S L
Decimal 65 214 45 0.70 0 0.79 0.16 112.9 0.67 0.51
Hex 41 D6 2D 46 0 4F 10 71 43 33
Octal 101 326 55 106 0 117 20 161 103 63
Binary 1000001 11010110 101101 1000110 0 1001111 10000 1110001 1000011 110011

Color Harmonies of #41D62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D62D

Black with #41D62D

Text Example


Text Example

White with #41D62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,214,45); }

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

background-color css

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

 a { background-color: rgb(65,214,45); }

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

border-color css

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

 span { border-color: rgb(65,214,45); }

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