Html Css Color HEX #41DE34 Lime Green

📋 copy color: '#41DE34'

red 65 ◦ green 222 ◦ blue 52

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

Shades of Lime Green #41DE34

Tints of Lime Green #41DE34

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.49%

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

R = 19.17%
G = 65.49%
B = 15.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#41DE34 (or 0x41DE34) is known color: Lime Green. HEX triplet: 41, DE and 34. RGB value is (65,222,52). Sum of RGB (Red+Green+Blue) = 65+222+52=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DE34 is #BE21CB. Grayscale: #9C9C9C. Windows color (decimal): -12460492 or 3464769. OLE color: 3464769.

HSL color Cylindrical-coordinate representation of color #41DE34: hue angle of 115.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41DE34 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 222 52 -
CMYK 0.71 0 0.77 0.13
HSL 115.41º 0.72% 0.54% -
HSV(B) 115.41º 0.77% 0.87% -
XYZ 28.92 53.61 12.07 -
YUV 155.68 69.49 63.32 -
System Red Green Blue C M Y K H S L
Decimal 65 222 52 0.71 0 0.77 0.13 115.41 0.72 0.54
Hex 41 DE 34 47 0 4D D 73 48 36
Octal 101 336 64 107 0 115 15 163 110 66
Binary 1000001 11011110 110100 1000111 0 1001101 1101 1110011 1001000 110110

Color Harmonies of #41DE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DE34

Black with #41DE34

Text Example


Text Example

White with #41DE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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