Html Css Color HEX #41FD34 Lime Green

📋 copy color: '#41FD34'

red 65 ◦ green 253 ◦ blue 52

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

Shades of Lime Green #41FD34

Tints of Lime Green #41FD34

RGB

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

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

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

R = 17.57%
G = 68.38%
B = 14.05%

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

#41FD34 (or 0x41FD34) is known color: Lime Green. HEX triplet: 41, FD and 34. RGB value is (65,253,52). Sum of RGB (Red+Green+Blue) = 65+253+52=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 253 (99.22% from 255 or 68.38% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 253 - color contains mainly: green. Hex color #41FD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FD34 is #BE02CB. Grayscale: #AEAEAE. Windows color (decimal): -12452556 or 3472705. OLE color: 3472705.

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

Color convert

RGB 65 253 52 -
CMYK 0.74 0 0.79 0.01
HSL 116.12º 0.98% 0.6% -
HSV(B) 116.12º 0.79% 0.99% -
XYZ 37.93 71.62 15.07 -
YUV 173.87 59.22 50.34 -
System Red Green Blue C M Y K H S L
Decimal 65 253 52 0.74 0 0.79 0.01 116.12 0.98 0.6
Hex 41 FD 34 4A 0 4F 1 74 62 3C
Octal 101 375 64 112 0 117 1 164 142 74
Binary 1000001 11111101 110100 1001010 0 1001111 1 1110100 1100010 111100

Color Harmonies of #41FD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FD34

Black with #41FD34

Text Example


Text Example

White with #41FD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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