Html Css Color HEX #41F229 Lime Green

📋 copy color: '#41F229'

red 65 ◦ green 242 ◦ blue 41

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

Shades of Lime Green #41F229

Tints of Lime Green #41F229

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.54%

 BLUE value IS 41 (16.41% from 255) = 11.78%

R = 18.68%
G = 69.54%
B = 11.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#41F229 (or 0x41F229) is known color: Lime Green. HEX triplet: 41, F2 and 29. RGB value is (65,242,41). Sum of RGB (Red+Green+Blue) = 65+242+41=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #41F229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F229 is #BE0DD6. Grayscale: #A6A6A6. Windows color (decimal): -12455383 or 2748993. OLE color: 2748993.

HSL color Cylindrical-coordinate representation of color #41F229: hue angle of 112.84º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41F229 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 242 41 -
CMYK 0.73 0 0.83 0.05
HSL 112.84º 0.89% 0.55% -
HSV(B) 112.84º 0.83% 0.95% -
XYZ 34.33 64.79 12.79 -
YUV 166.16 57.36 55.84 -
System Red Green Blue C M Y K H S L
Decimal 65 242 41 0.73 0 0.83 0.05 112.84 0.89 0.55
Hex 41 F2 29 49 0 53 5 71 59 37
Octal 101 362 51 111 0 123 5 161 131 67
Binary 1000001 11110010 101001 1001001 0 1010011 101 1110001 1011001 110111

Color Harmonies of #41F229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F229

Black with #41F229

Text Example


Text Example

White with #41F229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,242,41); }

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

background-color css

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

 a { background-color: rgb(65,242,41); }

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

border-color css

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

 span { border-color: rgb(65,242,41); }

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