Html Css Color HEX #41D327 Lime Green

📋 copy color: '#41D327'

red 65 ◦ green 211 ◦ blue 39

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

Shades of Lime Green #41D327

Tints of Lime Green #41D327

RGB

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

 GREEN value IS 211 (82.81% from 255) = 66.98%

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 20.63%
G = 66.98%
B = 12.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#41D327 (or 0x41D327) is known color: Lime Green. HEX triplet: 41, D3 and 27. RGB value is (65,211,39). Sum of RGB (Red+Green+Blue) = 65+211+39=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #41D327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D327 is #BE2CD8. Grayscale: #949494. Windows color (decimal): -12463321 or 2609985. OLE color: 2609985.

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

Color convert

RGB 65 211 39 -
CMYK 0.69 0 0.82 0.17
HSL 110.93º 0.69% 0.49% -
HSV(B) 110.93º 0.82% 0.83% -
XYZ 25.84 47.86 9.8 -
YUV 147.74 66.63 68.99 -
System Red Green Blue C M Y K H S L
Decimal 65 211 39 0.69 0 0.82 0.17 110.93 0.69 0.49
Hex 41 D3 27 45 0 52 11 6F 45 31
Octal 101 323 47 105 0 122 21 157 105 61
Binary 1000001 11010011 100111 1000101 0 1010010 10001 1101111 1000101 110001

Color Harmonies of #41D327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D327

Black with #41D327

Text Example


Text Example

White with #41D327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,211,39); }

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

background-color css

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

 a { background-color: rgb(65,211,39); }

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

border-color css

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

 span { border-color: rgb(65,211,39); }

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