Html Css Color HEX #41BA35 Lime Green

📋 copy color: '#41BA35'

red 65 ◦ green 186 ◦ blue 53

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

Shades of Lime Green #41BA35

Tints of Lime Green #41BA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.18%

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

R = 21.38%
G = 61.18%
B = 17.43%

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

#41BA35 (or 0x41BA35) is known color: Lime Green. HEX triplet: 41, BA and 35. RGB value is (65,186,53). Sum of RGB (Red+Green+Blue) = 65+186+53=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA35 is #BE45CA. Grayscale: #878787. Windows color (decimal): -12469707 or 3521089. OLE color: 3521089.

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

Color convert

RGB 65 186 53 -
CMYK 0.65 0 0.72 0.27
HSL 114.59º 0.56% 0.47% -
HSV(B) 114.59º 0.72% 0.73% -
XYZ 20.38 36.5 9.34 -
YUV 134.66 81.91 78.31 -
System Red Green Blue C M Y K H S L
Decimal 65 186 53 0.65 0 0.72 0.27 114.59 0.56 0.47
Hex 41 BA 35 41 0 48 1B 73 38 2F
Octal 101 272 65 101 0 110 33 163 70 57
Binary 1000001 10111010 110101 1000001 0 1001000 11011 1110011 111000 101111

Color Harmonies of #41BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA35

Black with #41BA35

Text Example


Text Example

White with #41BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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