Html Css Color HEX #41D43A Lime Green

📋 copy color: '#41D43A'

red 65 ◦ green 212 ◦ blue 58

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

Shades of Lime Green #41D43A

Tints of Lime Green #41D43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.28%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 19.4%
G = 63.28%
B = 17.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#41D43A (or 0x41D43A) is known color: Lime Green. HEX triplet: 41, D4 and 3A. RGB value is (65,212,58). Sum of RGB (Red+Green+Blue) = 65+212+58=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #41D43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D43A is #BE2BC5. Grayscale: #969696. Windows color (decimal): -12463046 or 3855425. OLE color: 3855425.

HSL color Cylindrical-coordinate representation of color #41D43A: hue angle of 117.27º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D43A is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 212 58 -
CMYK 0.69 0 0.73 0.17
HSL 117.27º 0.64% 0.53% -
HSV(B) 117.27º 0.73% 0.83% -
XYZ 26.49 48.52 11.97 -
YUV 150.49 75.8 67.02 -
System Red Green Blue C M Y K H S L
Decimal 65 212 58 0.69 0 0.73 0.17 117.27 0.64 0.53
Hex 41 D4 3A 45 0 49 11 75 40 35
Octal 101 324 72 105 0 111 21 165 100 65
Binary 1000001 11010100 111010 1000101 0 1001001 10001 1110101 1000000 110101

Color Harmonies of #41D43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D43A

Black with #41D43A

Text Example


Text Example

White with #41D43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,212,58); }

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

background-color css

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

 a { background-color: rgb(65,212,58); }

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

border-color css

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

 span { border-color: rgb(65,212,58); }

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