Html Css Color HEX #41C83F Lime Green

📋 copy color: '#41C83F'

red 65 ◦ green 200 ◦ blue 63

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

Shades of Lime Green #41C83F

Tints of Lime Green #41C83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 19.82%
G = 60.98%
B = 19.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#41C83F (or 0x41C83F) is known color: Lime Green. HEX triplet: 41, C8 and 3F. RGB value is (65,200,63). Sum of RGB (Red+Green+Blue) = 65+200+63=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #41C83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C83F is #BE37C0. Grayscale: #909090. Windows color (decimal): -12466113 or 4180033. OLE color: 4180033.

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

Color convert

RGB 65 200 63 -
CMYK 0.68 0 0.68 0.22
HSL 119.12º 0.55% 0.52% -
HSV(B) 119.12º 0.69% 0.78% -
XYZ 23.73 42.79 11.71 -
YUV 144.02 82.27 71.64 -
System Red Green Blue C M Y K H S L
Decimal 65 200 63 0.68 0 0.68 0.22 119.12 0.55 0.52
Hex 41 C8 3F 44 0 44 16 77 37 34
Octal 101 310 77 104 0 104 26 167 67 64
Binary 1000001 11001000 111111 1000100 0 1000100 10110 1110111 110111 110100

Color Harmonies of #41C83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C83F

Black with #41C83F

Text Example


Text Example

White with #41C83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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