Html Css Color HEX #41CC36 Lime Green

📋 copy color: '#41CC36'

red 65 ◦ green 204 ◦ blue 54

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

Shades of Lime Green #41CC36

Tints of Lime Green #41CC36

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.16%

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 20.12%
G = 63.16%
B = 16.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#41CC36 (or 0x41CC36) is known color: Lime Green. HEX triplet: 41, CC and 36. RGB value is (65,204,54). Sum of RGB (Red+Green+Blue) = 65+204+54=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #41CC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CC36 is #BE33C9. Grayscale: #919191. Windows color (decimal): -12465098 or 3591233. OLE color: 3591233.

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

Color convert

RGB 65 204 54 -
CMYK 0.68 0 0.74 0.2
HSL 115.6º 0.6% 0.51% -
HSV(B) 115.6º 0.74% 0.8% -
XYZ 24.44 44.58 10.81 -
YUV 145.34 76.45 70.7 -
System Red Green Blue C M Y K H S L
Decimal 65 204 54 0.68 0 0.74 0.2 115.6 0.6 0.51
Hex 41 CC 36 44 0 4A 14 74 3C 33
Octal 101 314 66 104 0 112 24 164 74 63
Binary 1000001 11001100 110110 1000100 0 1001010 10100 1110100 111100 110011

Color Harmonies of #41CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CC36

Black with #41CC36

Text Example


Text Example

White with #41CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,204,54); }

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

background-color css

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

 a { background-color: rgb(65,204,54); }

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

border-color css

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

 span { border-color: rgb(65,204,54); }

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