Html Css Color HEX #41C042 Lime Green

📋 copy color: '#41C042'

red 65 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #41C042

Tints of Lime Green #41C042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.44%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 20.12%
G = 59.44%
B = 20.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#41C042 (or 0x41C042) is known color: Lime Green. HEX triplet: 41, C0 and 42. RGB value is (65,192,66). Sum of RGB (Red+Green+Blue) = 65+192+66=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #41C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C042 is #BE3FBD. Grayscale: #8C8C8C. Windows color (decimal): -12468158 or 4374593. OLE color: 4374593.

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

Color convert

RGB 65 192 66 -
CMYK 0.66 0 0.66 0.25
HSL 120.47º 0.5% 0.5% -
HSV(B) 120.47º 0.66% 0.75% -
XYZ 22.01 39.22 11.56 -
YUV 139.66 86.42 74.75 -
System Red Green Blue C M Y K H S L
Decimal 65 192 66 0.66 0 0.66 0.25 120.47 0.5 0.5
Hex 41 C0 42 42 0 42 19 78 32 32
Octal 101 300 102 102 0 102 31 170 62 62
Binary 1000001 11000000 1000010 1000010 0 1000010 11001 1111000 110010 110010

Color Harmonies of #41C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C042

Black with #41C042

Text Example


Text Example

White with #41C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,192,66); }

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

background-color css

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

 a { background-color: rgb(65,192,66); }

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

border-color css

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

 span { border-color: rgb(65,192,66); }

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