Html Css Color HEX #41C834 Lime Green

📋 copy color: '#41C834'

red 65 ◦ green 200 ◦ blue 52

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

Shades of Lime Green #41C834

Tints of Lime Green #41C834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.09%

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

R = 20.5%
G = 63.09%
B = 16.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#41C834 (or 0x41C834) is known color: Lime Green. HEX triplet: 41, C8 and 34. RGB value is (65,200,52). Sum of RGB (Red+Green+Blue) = 65+200+52=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #41C834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C834 is #BE37CB. Grayscale: #8F8F8F. Windows color (decimal): -12466124 or 3459137. OLE color: 3459137.

HSL color Cylindrical-coordinate representation of color #41C834: hue angle of 114.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41C834 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 200 52 -
CMYK 0.68 0 0.74 0.22
HSL 114.73º 0.59% 0.49% -
HSV(B) 114.73º 0.74% 0.78% -
XYZ 23.45 42.68 10.25 -
YUV 142.76 76.77 72.53 -
System Red Green Blue C M Y K H S L
Decimal 65 200 52 0.68 0 0.74 0.22 114.73 0.59 0.49
Hex 41 C8 34 44 0 4A 16 73 3B 31
Octal 101 310 64 104 0 112 26 163 73 61
Binary 1000001 11001000 110100 1000100 0 1001010 10110 1110011 111011 110001

Color Harmonies of #41C834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C834

Black with #41C834

Text Example


Text Example

White with #41C834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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