Html Css Color HEX #41C228 Lime Green

📋 copy color: '#41C228'

red 65 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #41C228

Tints of Lime Green #41C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.88%

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 21.74%
G = 64.88%
B = 13.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#41C228 (or 0x41C228) is known color: Lime Green. HEX triplet: 41, C2 and 28. RGB value is (65,194,40). Sum of RGB (Red+Green+Blue) = 65+194+40=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #41C228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C228 is #BE3DD7. Grayscale: #8A8A8A. Windows color (decimal): -12467672 or 2671169. OLE color: 2671169.

HSL color Cylindrical-coordinate representation of color #41C228: hue angle of 110.26º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41C228 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 194 40 -
CMYK 0.66 0 0.79 0.24
HSL 110.26º 0.66% 0.46% -
HSV(B) 110.26º 0.79% 0.76% -
XYZ 21.85 39.86 8.55 -
YUV 137.87 72.76 76.02 -
System Red Green Blue C M Y K H S L
Decimal 65 194 40 0.66 0 0.79 0.24 110.26 0.66 0.46
Hex 41 C2 28 42 0 4F 18 6E 42 2E
Octal 101 302 50 102 0 117 30 156 102 56
Binary 1000001 11000010 101000 1000010 0 1001111 11000 1101110 1000010 101110

Color Harmonies of #41C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C228

Black with #41C228

Text Example


Text Example

White with #41C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,194,40); }

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

background-color css

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

 a { background-color: rgb(65,194,40); }

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

border-color css

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

 span { border-color: rgb(65,194,40); }

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