Html Css Color HEX #41C036 Lime Green

📋 copy color: '#41C036'

red 65 ◦ green 192 ◦ blue 54

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

Shades of Lime Green #41C036

Tints of Lime Green #41C036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 20.9%
G = 61.74%
B = 17.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#41C036 (or 0x41C036) is known color: Lime Green. HEX triplet: 41, C0 and 36. RGB value is (65,192,54). Sum of RGB (Red+Green+Blue) = 65+192+54=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #41C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C036 is #BE3FC9. Grayscale: #8A8A8A. Windows color (decimal): -12468170 or 3588161. OLE color: 3588161.

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

Color convert

RGB 65 192 54 -
CMYK 0.66 0 0.72 0.25
HSL 115.22º 0.56% 0.48% -
HSV(B) 115.22º 0.72% 0.75% -
XYZ 21.7 39.09 9.89 -
YUV 138.3 80.42 75.72 -
System Red Green Blue C M Y K H S L
Decimal 65 192 54 0.66 0 0.72 0.25 115.22 0.56 0.48
Hex 41 C0 36 42 0 48 19 73 38 30
Octal 101 300 66 102 0 110 31 163 70 60
Binary 1000001 11000000 110110 1000010 0 1001000 11001 1110011 111000 110000

Color Harmonies of #41C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C036

Black with #41C036

Text Example


Text Example

White with #41C036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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