Html Css Color HEX #41C838 Lime Green

📋 copy color: '#41C838'

red 65 ◦ green 200 ◦ blue 56

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

Shades of Lime Green #41C838

Tints of Lime Green #41C838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 20.25%
G = 62.31%
B = 17.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#41C838 (or 0x41C838) is known color: Lime Green. HEX triplet: 41, C8 and 38. RGB value is (65,200,56). Sum of RGB (Red+Green+Blue) = 65+200+56=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #41C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C838 is #BE37C7. Grayscale: #8F8F8F. Windows color (decimal): -12466120 or 3721281. OLE color: 3721281.

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

Color convert

RGB 65 200 56 -
CMYK 0.68 0 0.72 0.22
HSL 116.25º 0.57% 0.5% -
HSV(B) 116.25º 0.72% 0.78% -
XYZ 23.55 42.72 10.75 -
YUV 143.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 65 200 56 0.68 0 0.72 0.22 116.25 0.57 0.5
Hex 41 C8 38 44 0 48 16 74 39 32
Octal 101 310 70 104 0 110 26 164 71 62
Binary 1000001 11001000 111000 1000100 0 1001000 10110 1110100 111001 110010

Color Harmonies of #41C838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C838

Black with #41C838

Text Example


Text Example

White with #41C838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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