Html Css Color HEX #41C136 Lime Green

📋 copy color: '#41C136'

red 65 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #41C136

Tints of Lime Green #41C136

RGB

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

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

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

R = 20.83%
G = 61.86%
B = 17.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#41C136 (or 0x41C136) is known color: Lime Green. HEX triplet: 41, C1 and 36. RGB value is (65,193,54). Sum of RGB (Red+Green+Blue) = 65+193+54=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #41C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C136 is #BE3EC9. Grayscale: #8B8B8B. Windows color (decimal): -12467914 or 3588417. OLE color: 3588417.

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

Color convert

RGB 65 193 54 -
CMYK 0.66 0 0.72 0.24
HSL 115.25º 0.56% 0.48% -
HSV(B) 115.25º 0.72% 0.76% -
XYZ 21.92 39.53 9.97 -
YUV 138.88 80.09 75.3 -
System Red Green Blue C M Y K H S L
Decimal 65 193 54 0.66 0 0.72 0.24 115.25 0.56 0.48
Hex 41 C1 36 42 0 48 18 73 38 30
Octal 101 301 66 102 0 110 30 163 70 60
Binary 1000001 11000001 110110 1000010 0 1001000 11000 1110011 111000 110000

Color Harmonies of #41C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C136

Black with #41C136

Text Example


Text Example

White with #41C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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