Html Css Color HEX #41C83D Lime Green

📋 copy color: '#41C83D'

red 65 ◦ green 200 ◦ blue 61

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

Shades of Lime Green #41C83D

Tints of Lime Green #41C83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.35%

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

R = 19.94%
G = 61.35%
B = 18.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#41C83D (or 0x41C83D) is known color: Lime Green. HEX triplet: 41, C8 and 3D. RGB value is (65,200,61). Sum of RGB (Red+Green+Blue) = 65+200+61=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #41C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C83D is #BE37C2. Grayscale: #909090. Windows color (decimal): -12466115 or 4048961. OLE color: 4048961.

HSL color Cylindrical-coordinate representation of color #41C83D: hue angle of 118.27º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C83D is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 200 61 -
CMYK 0.68 0 0.69 0.22
HSL 118.27º 0.56% 0.51% -
HSV(B) 118.27º 0.7% 0.78% -
XYZ 23.68 42.77 11.42 -
YUV 143.79 81.27 71.8 -
System Red Green Blue C M Y K H S L
Decimal 65 200 61 0.68 0 0.69 0.22 118.27 0.56 0.51
Hex 41 C8 3D 44 0 45 16 76 38 33
Octal 101 310 75 104 0 105 26 166 70 63
Binary 1000001 11001000 111101 1000100 0 1000101 10110 1110110 111000 110011

Color Harmonies of #41C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C83D

Black with #41C83D

Text Example


Text Example

White with #41C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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