Html Css Color HEX #41C029 Lime Green

📋 copy color: '#41C029'

red 65 ◦ green 192 ◦ blue 41

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

Shades of Lime Green #41C029

Tints of Lime Green #41C029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 21.81%
G = 64.43%
B = 13.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#41C029 (or 0x41C029) is known color: Lime Green. HEX triplet: 41, C0 and 29. RGB value is (65,192,41). Sum of RGB (Red+Green+Blue) = 65+192+41=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #41C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C029 is #BE3FD6. Grayscale: #898989. Windows color (decimal): -12468183 or 2736193. OLE color: 2736193.

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

Color convert

RGB 65 192 41 -
CMYK 0.66 0 0.79 0.25
HSL 110.46º 0.65% 0.46% -
HSV(B) 110.46º 0.79% 0.75% -
XYZ 21.43 38.98 8.49 -
YUV 136.81 73.92 76.78 -
System Red Green Blue C M Y K H S L
Decimal 65 192 41 0.66 0 0.79 0.25 110.46 0.65 0.46
Hex 41 C0 29 42 0 4F 19 6E 41 2E
Octal 101 300 51 102 0 117 31 156 101 56
Binary 1000001 11000000 101001 1000010 0 1001111 11001 1101110 1000001 101110

Color Harmonies of #41C029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C029

Black with #41C029

Text Example


Text Example

White with #41C029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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