Html Css Color HEX #41CD34 Lime Green

📋 copy color: '#41CD34'

red 65 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #41CD34

Tints of Lime Green #41CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.66%

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

R = 20.19%
G = 63.66%
B = 16.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#41CD34 (or 0x41CD34) is known color: Lime Green. HEX triplet: 41, CD and 34. RGB value is (65,205,52). Sum of RGB (Red+Green+Blue) = 65+205+52=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CD34 is #BE32CB. Grayscale: #929292. Windows color (decimal): -12464844 or 3460417. OLE color: 3460417.

HSL color Cylindrical-coordinate representation of color #41CD34: hue angle of 114.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41CD34 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 205 52 -
CMYK 0.68 0 0.75 0.20
HSL 114.9º 0.6% 0.5% -
HSV(B) 114.9º 0.75% 0.8% -
XYZ 24.63 45.03 10.64 -
YUV 145.7 75.12 70.44 -
System Red Green Blue C M Y K H S L
Decimal 65 205 52 0.68 0 0.75 0.20 114.9 0.6 0.5
Hex 41 CD 34 44 0 4B 14 73 3C 32
Octal 101 315 64 104 0 113 24 163 74 62
Binary 1000001 11001101 110100 1000100 0 1001011 10100 1110011 111100 110010

Color Harmonies of #41CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CD34

Black with #41CD34

Text Example


Text Example

White with #41CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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