Html Css Color HEX #41F340 Lime Green

📋 copy color: '#41F340'

red 65 ◦ green 243 ◦ blue 64

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

Shades of Lime Green #41F340

Tints of Lime Green #41F340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.32%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 17.47%
G = 65.32%
B = 17.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#41F340 (or 0x41F340) is known color: Lime Green. HEX triplet: 41, F3 and 40. RGB value is (65,243,64). Sum of RGB (Red+Green+Blue) = 65+243+64=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #41F340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F340 is #BE0CBF. Grayscale: #A9A9A9. Windows color (decimal): -12455104 or 4256577. OLE color: 4256577.

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

Color convert

RGB 65 243 64 -
CMYK 0.73 0 0.74 0.05
HSL 119.66º 0.88% 0.6% -
HSV(B) 119.66º 0.74% 0.95% -
XYZ 35.16 65.6 15.66 -
YUV 169.37 68.53 53.55 -
System Red Green Blue C M Y K H S L
Decimal 65 243 64 0.73 0 0.74 0.05 119.66 0.88 0.6
Hex 41 F3 40 49 0 4A 5 78 58 3C
Octal 101 363 100 111 0 112 5 170 130 74
Binary 1000001 11110011 1000000 1001001 0 1001010 101 1111000 1011000 111100

Color Harmonies of #41F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F340

Black with #41F340

Text Example


Text Example

White with #41F340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,243,64); }

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

background-color css

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

 a { background-color: rgb(65,243,64); }

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

border-color css

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

 span { border-color: rgb(65,243,64); }

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