Html Css Color HEX #41B935 Lime Green

📋 copy color: '#41B935'

red 65 ◦ green 185 ◦ blue 53

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

Shades of Lime Green #41B935

Tints of Lime Green #41B935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 21.45%
G = 61.06%
B = 17.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#41B935 (or 0x41B935) is known color: Lime Green. HEX triplet: 41, B9 and 35. RGB value is (65,185,53). Sum of RGB (Red+Green+Blue) = 65+185+53=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #41B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B935 is #BE46CA. Grayscale: #868686. Windows color (decimal): -12469963 or 3520833. OLE color: 3520833.

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

Color convert

RGB 65 185 53 -
CMYK 0.65 0 0.71 0.27
HSL 114.55º 0.55% 0.47% -
HSV(B) 114.55º 0.71% 0.73% -
XYZ 20.17 36.08 9.27 -
YUV 134.07 82.24 78.73 -
System Red Green Blue C M Y K H S L
Decimal 65 185 53 0.65 0 0.71 0.27 114.55 0.55 0.47
Hex 41 B9 35 41 0 47 1B 73 37 2F
Octal 101 271 65 101 0 107 33 163 67 57
Binary 1000001 10111001 110101 1000001 0 1000111 11011 1110011 110111 101111

Color Harmonies of #41B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B935

Black with #41B935

Text Example


Text Example

White with #41B935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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