Html Css Color HEX #41D62F Lime Green

📋 copy color: '#41D62F'

red 65 ◦ green 214 ◦ blue 47

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

Shades of Lime Green #41D62F

Tints of Lime Green #41D62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 19.94%
G = 65.64%
B = 14.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#41D62F (or 0x41D62F) is known color: Lime Green. HEX triplet: 41, D6 and 2F. RGB value is (65,214,47). Sum of RGB (Red+Green+Blue) = 65+214+47=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #41D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D62F is #BE29D0. Grayscale: #969696. Windows color (decimal): -12462545 or 3135041. OLE color: 3135041.

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

Color convert

RGB 65 214 47 -
CMYK 0.70 0 0.78 0.16
HSL 113.53º 0.67% 0.51% -
HSV(B) 113.53º 0.78% 0.84% -
XYZ 26.74 49.42 10.82 -
YUV 150.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 65 214 47 0.70 0 0.78 0.16 113.53 0.67 0.51
Hex 41 D6 2F 46 0 4E 10 72 43 33
Octal 101 326 57 106 0 116 20 162 103 63
Binary 1000001 11010110 101111 1000110 0 1001110 10000 1110010 1000011 110011

Color Harmonies of #41D62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D62F

Black with #41D62F

Text Example


Text Example

White with #41D62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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