Html Css Color HEX #41FD36 Lime Green

📋 copy color: '#41FD36'

red 65 ◦ green 253 ◦ blue 54

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

Shades of Lime Green #41FD36

Tints of Lime Green #41FD36

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.01%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 17.47%
G = 68.01%
B = 14.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#41FD36 (or 0x41FD36) is known color: Lime Green. HEX triplet: 41, FD and 36. RGB value is (65,253,54). Sum of RGB (Red+Green+Blue) = 65+253+54=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 253 (99.22% from 255 or 68.01% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 253 - color contains mainly: green. Hex color #41FD36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FD36 is #BE02C9. Grayscale: #AEAEAE. Windows color (decimal): -12452554 or 3603777. OLE color: 3603777.

HSL color Cylindrical-coordinate representation of color #41FD36: hue angle of 116.68º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41FD36 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 253 54 -
CMYK 0.74 0 0.79 0.01
HSL 116.68º 0.98% 0.6% -
HSV(B) 116.68º 0.79% 0.99% -
XYZ 37.97 71.64 15.32 -
YUV 174.1 60.22 50.18 -
System Red Green Blue C M Y K H S L
Decimal 65 253 54 0.74 0 0.79 0.01 116.68 0.98 0.6
Hex 41 FD 36 4A 0 4F 1 75 62 3C
Octal 101 375 66 112 0 117 1 165 142 74
Binary 1000001 11111101 110110 1001010 0 1001111 1 1110101 1100010 111100

Color Harmonies of #41FD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FD36

Black with #41FD36

Text Example


Text Example

White with #41FD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,253,54); }

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

background-color css

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

 a { background-color: rgb(65,253,54); }

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

border-color css

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

 span { border-color: rgb(65,253,54); }

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