Html Css Color HEX #41EE2F Lime Green

📋 copy color: '#41EE2F'

red 65 ◦ green 238 ◦ blue 47

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

Shades of Lime Green #41EE2F

Tints of Lime Green #41EE2F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 68%

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 18.57%
G = 68%
B = 13.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#41EE2F (or 0x41EE2F) is known color: Lime Green. HEX triplet: 41, EE and 2F. RGB value is (65,238,47). Sum of RGB (Red+Green+Blue) = 65+238+47=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 238 (93.36% from 255 or 68% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EE2F is #BE11D0. Grayscale: #A5A5A5. Windows color (decimal): -12456401 or 3141185. OLE color: 3141185.

HSL color Cylindrical-coordinate representation of color #41EE2F: hue angle of 114.35º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41EE2F is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 238 47 -
CMYK 0.73 0 0.80 0.07
HSL 114.35º 0.85% 0.56% -
HSV(B) 114.35º 0.8% 0.93% -
XYZ 33.27 62.48 13 -
YUV 164.5 61.69 57.03 -
System Red Green Blue C M Y K H S L
Decimal 65 238 47 0.73 0 0.80 0.07 114.35 0.85 0.56
Hex 41 EE 2F 49 0 50 7 72 55 38
Octal 101 356 57 111 0 120 7 162 125 70
Binary 1000001 11101110 101111 1001001 0 1010000 111 1110010 1010101 111000

Color Harmonies of #41EE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EE2F

Black with #41EE2F

Text Example


Text Example

White with #41EE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,238,47); }

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

background-color css

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

 a { background-color: rgb(65,238,47); }

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

border-color css

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

 span { border-color: rgb(65,238,47); }

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