Html Css Color HEX #41C840 Lime Green

📋 copy color: '#41C840'

red 65 ◦ green 200 ◦ blue 64

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

Shades of Lime Green #41C840

Tints of Lime Green #41C840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.79%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 19.76%
G = 60.79%
B = 19.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#41C840 (or 0x41C840) is known color: Lime Green. HEX triplet: 41, C8 and 40. RGB value is (65,200,64). Sum of RGB (Red+Green+Blue) = 65+200+64=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #41C840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C840 is #BE37BF. Grayscale: #909090. Windows color (decimal): -12466112 or 4245569. OLE color: 4245569.

HSL color Cylindrical-coordinate representation of color #41C840: hue angle of 119.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C840 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 200 64 -
CMYK 0.68 0 0.68 0.22
HSL 119.56º 0.55% 0.52% -
HSV(B) 119.56º 0.68% 0.78% -
XYZ 23.76 42.8 11.86 -
YUV 144.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 65 200 64 0.68 0 0.68 0.22 119.56 0.55 0.52
Hex 41 C8 40 44 0 44 16 78 37 34
Octal 101 310 100 104 0 104 26 170 67 64
Binary 1000001 11001000 1000000 1000100 0 1000100 10110 1111000 110111 110100

Color Harmonies of #41C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C840

Black with #41C840

Text Example


Text Example

White with #41C840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,200,64); }

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

background-color css

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

 a { background-color: rgb(65,200,64); }

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

border-color css

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

 span { border-color: rgb(65,200,64); }

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