Html Css Color HEX #41C740 Lime Green

📋 copy color: '#41C740'

red 65 ◦ green 199 ◦ blue 64

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

Shades of Lime Green #41C740

Tints of Lime Green #41C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.67%

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

R = 19.82%
G = 60.67%
B = 19.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#41C740 (or 0x41C740) is known color: Lime Green. HEX triplet: 41, C7 and 40. RGB value is (65,199,64). Sum of RGB (Red+Green+Blue) = 65+199+64=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #41C740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C740 is #BE38BF. Grayscale: #8F8F8F. Windows color (decimal): -12466368 or 4245313. OLE color: 4245313.

HSL color Cylindrical-coordinate representation of color #41C740: 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 #41C740 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 199 64 -
CMYK 0.67 0 0.68 0.22
HSL 119.56º 0.55% 0.52% -
HSV(B) 119.56º 0.68% 0.78% -
XYZ 23.53 42.34 11.78 -
YUV 143.54 83.11 71.98 -
System Red Green Blue C M Y K H S L
Decimal 65 199 64 0.67 0 0.68 0.22 119.56 0.55 0.52
Hex 41 C7 40 43 0 44 16 78 37 34
Octal 101 307 100 103 0 104 26 170 67 64
Binary 1000001 11000111 1000000 1000011 0 1000100 10110 1111000 110111 110100

Color Harmonies of #41C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C740

Black with #41C740

Text Example


Text Example

White with #41C740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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