Html Css Color HEX #41B934 Lime Green

📋 copy color: '#41B934'

red 65 ◦ green 185 ◦ blue 52

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

Shades of Lime Green #41B934

Tints of Lime Green #41B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.26%

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

R = 21.52%
G = 61.26%
B = 17.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#41B934 (or 0x41B934) is known color: Lime Green. HEX triplet: 41, B9 and 34. RGB value is (65,185,52). Sum of RGB (Red+Green+Blue) = 65+185+52=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #41B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B934 is #BE46CB. Grayscale: #868686. Windows color (decimal): -12469964 or 3455297. OLE color: 3455297.

HSL color Cylindrical-coordinate representation of color #41B934: hue angle of 114.14º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41B934 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 185 52 -
CMYK 0.65 0 0.72 0.27
HSL 114.14º 0.56% 0.46% -
HSV(B) 114.14º 0.72% 0.73% -
XYZ 20.15 36.07 9.15 -
YUV 133.96 81.74 78.81 -
System Red Green Blue C M Y K H S L
Decimal 65 185 52 0.65 0 0.72 0.27 114.14 0.56 0.46
Hex 41 B9 34 41 0 48 1B 72 38 2E
Octal 101 271 64 101 0 110 33 162 70 56
Binary 1000001 10111001 110100 1000001 0 1001000 11011 1110010 111000 101110

Color Harmonies of #41B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B934

Black with #41B934

Text Example


Text Example

White with #41B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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