Html Css Color HEX #41C134 Lime Green

📋 copy color: '#41C134'

red 65 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #41C134

Tints of Lime Green #41C134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 20.97%
G = 62.26%
B = 16.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#41C134 (or 0x41C134) is known color: Lime Green. HEX triplet: 41, C1 and 34. RGB value is (65,193,52). Sum of RGB (Red+Green+Blue) = 65+193+52=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #41C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C134 is #BE3ECB. Grayscale: #8B8B8B. Windows color (decimal): -12467916 or 3457345. OLE color: 3457345.

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

Color convert

RGB 65 193 52 -
CMYK 0.66 0 0.73 0.24
HSL 114.47º 0.58% 0.48% -
HSV(B) 114.47º 0.73% 0.76% -
XYZ 21.87 39.51 9.72 -
YUV 138.65 79.09 75.46 -
System Red Green Blue C M Y K H S L
Decimal 65 193 52 0.66 0 0.73 0.24 114.47 0.58 0.48
Hex 41 C1 34 42 0 49 18 72 3A 30
Octal 101 301 64 102 0 111 30 162 72 60
Binary 1000001 11000001 110100 1000010 0 1001001 11000 1110010 111010 110000

Color Harmonies of #41C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C134

Black with #41C134

Text Example


Text Example

White with #41C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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