Html Css Color HEX #41FC34 Lime Green

📋 copy color: '#41FC34'

red 65 ◦ green 252 ◦ blue 52

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

Shades of Lime Green #41FC34

Tints of Lime Green #41FC34

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.29%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 17.62%
G = 68.29%
B = 14.09%

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

#41FC34 (or 0x41FC34) is known color: Lime Green. HEX triplet: 41, FC and 34. RGB value is (65,252,52). Sum of RGB (Red+Green+Blue) = 65+252+52=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #41FC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FC34 is #BE03CB. Grayscale: #ADADAD. Windows color (decimal): -12452812 or 3472449. OLE color: 3472449.

HSL color Cylindrical-coordinate representation of color #41FC34: hue angle of 116.1º degrees, saturation: 0.97, 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 #41FC34 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 252 52 -
CMYK 0.74 0 0.79 0.01
HSL 116.1º 0.97% 0.6% -
HSV(B) 116.1º 0.79% 0.99% -
XYZ 37.61 70.99 14.97 -
YUV 173.29 59.55 50.76 -
System Red Green Blue C M Y K H S L
Decimal 65 252 52 0.74 0 0.79 0.01 116.1 0.97 0.6
Hex 41 FC 34 4A 0 4F 1 74 61 3C
Octal 101 374 64 112 0 117 1 164 141 74
Binary 1000001 11111100 110100 1001010 0 1001111 1 1110100 1100001 111100

Color Harmonies of #41FC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FC34

Black with #41FC34

Text Example


Text Example

White with #41FC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,252,52); }

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

background-color css

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

 a { background-color: rgb(65,252,52); }

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

border-color css

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

 span { border-color: rgb(65,252,52); }

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