Html Css Color HEX #41C144 Lime Green

📋 copy color: '#41C144'

red 65 ◦ green 193 ◦ blue 68

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

Shades of Lime Green #41C144

Tints of Lime Green #41C144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.2%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 19.94%
G = 59.2%
B = 20.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#41C144 (or 0x41C144) is known color: Lime Green. HEX triplet: 41, C1 and 44. RGB value is (65,193,68). Sum of RGB (Red+Green+Blue) = 65+193+68=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #41C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C144 is #BE3EBB. Grayscale: #8C8C8C. Windows color (decimal): -12467900 or 4505921. OLE color: 4505921.

HSL color Cylindrical-coordinate representation of color #41C144: hue angle of 121.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C144 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 193 68 -
CMYK 0.66 0 0.65 0.24
HSL 121.41º 0.51% 0.51% -
HSV(B) 121.41º 0.66% 0.76% -
XYZ 22.29 39.68 11.95 -
YUV 140.48 87.09 74.16 -
System Red Green Blue C M Y K H S L
Decimal 65 193 68 0.66 0 0.65 0.24 121.41 0.51 0.51
Hex 41 C1 44 42 0 41 18 79 33 33
Octal 101 301 104 102 0 101 30 171 63 63
Binary 1000001 11000001 1000100 1000010 0 1000001 11000 1111001 110011 110011

Color Harmonies of #41C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C144

Black with #41C144

Text Example


Text Example

White with #41C144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,193,68); }

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

background-color css

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

 a { background-color: rgb(65,193,68); }

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

border-color css

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

 span { border-color: rgb(65,193,68); }

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