Html Css Color HEX #41D93D Lime Green

📋 copy color: '#41D93D'

red 65 ◦ green 217 ◦ blue 61

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

Shades of Lime Green #41D93D

Tints of Lime Green #41D93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 18.95%
G = 63.27%
B = 17.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#41D93D (or 0x41D93D) is known color: Lime Green. HEX triplet: 41, D9 and 3D. RGB value is (65,217,61). Sum of RGB (Red+Green+Blue) = 65+217+61=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #41D93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D93D is #BE26C2. Grayscale: #9A9A9A. Windows color (decimal): -12461763 or 4053313. OLE color: 4053313.

HSL color Cylindrical-coordinate representation of color #41D93D: hue angle of 118.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D93D is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 217 61 -
CMYK 0.70 0 0.72 0.15
HSL 118.46º 0.67% 0.55% -
HSV(B) 118.46º 0.72% 0.85% -
XYZ 27.84 51.09 12.81 -
YUV 153.77 75.64 64.68 -
System Red Green Blue C M Y K H S L
Decimal 65 217 61 0.70 0 0.72 0.15 118.46 0.67 0.55
Hex 41 D9 3D 46 0 48 F 76 43 37
Octal 101 331 75 106 0 110 17 166 103 67
Binary 1000001 11011001 111101 1000110 0 1001000 1111 1110110 1000011 110111

Color Harmonies of #41D93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D93D

Black with #41D93D

Text Example


Text Example

White with #41D93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,217,61); }

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

background-color css

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

 a { background-color: rgb(65,217,61); }

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

border-color css

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

 span { border-color: rgb(65,217,61); }

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