Html Css Color HEX #41BC2D Lime Green

📋 copy color: '#41BC2D'

red 65 ◦ green 188 ◦ blue 45

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

Shades of Lime Green #41BC2D

Tints of Lime Green #41BC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.09%

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 21.81%
G = 63.09%
B = 15.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#41BC2D (or 0x41BC2D) is known color: Lime Green. HEX triplet: 41, BC and 2D. RGB value is (65,188,45). Sum of RGB (Red+Green+Blue) = 65+188+45=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC2D is #BE43D2. Grayscale: #878787. Windows color (decimal): -12469203 or 2997313. OLE color: 2997313.

HSL color Cylindrical-coordinate representation of color #41BC2D: hue angle of 111.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41BC2D is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 45 -
CMYK 0.65 0 0.76 0.26
HSL 111.61º 0.61% 0.46% -
HSV(B) 111.61º 0.76% 0.74% -
XYZ 20.64 37.28 8.59 -
YUV 134.92 77.25 78.13 -
System Red Green Blue C M Y K H S L
Decimal 65 188 45 0.65 0 0.76 0.26 111.61 0.61 0.46
Hex 41 BC 2D 41 0 4C 1A 70 3D 2E
Octal 101 274 55 101 0 114 32 160 75 56
Binary 1000001 10111100 101101 1000001 0 1001100 11010 1110000 111101 101110

Color Harmonies of #41BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC2D

Black with #41BC2D

Text Example


Text Example

White with #41BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,188,45); }

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

background-color css

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

 a { background-color: rgb(65,188,45); }

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

border-color css

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

 span { border-color: rgb(65,188,45); }

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