Html Css Color HEX #36C541 Lime Green

📋 copy color: '#36C541'

red 54 ◦ green 197 ◦ blue 65

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

Shades of Lime Green #36C541

Tints of Lime Green #36C541

RGB

 RED value IS 54 (21.48% from 255) = 17.09%

 GREEN value IS 197 (77.34% from 255) = 62.34%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 17.09%
G = 62.34%
B = 20.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#36C541 (or 0x36C541) is known color: Lime Green. HEX triplet: 36, C5 and 41. RGB value is (54,197,65). Sum of RGB (Red+Green+Blue) = 54+197+65=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #36C541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C541 is #C93ABE. Grayscale: #8B8B8B. Windows color (decimal): -13187775 or 4310326. OLE color: 4310326.

HSL color Cylindrical-coordinate representation of color #36C541: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C541 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 197 65 -
CMYK 0.73 0 0.67 0.23
HSL 124.62º 0.57% 0.49% -
HSV(B) 124.62º 0.73% 0.77% -
XYZ 22.44 41.1 11.75 -
YUV 139.2 86.12 67.23 -
System Red Green Blue C M Y K H S L
Decimal 54 197 65 0.73 0 0.67 0.23 124.62 0.57 0.49
Hex 36 C5 41 49 0 43 17 7D 39 31
Octal 66 305 101 111 0 103 27 175 71 61
Binary 110110 11000101 1000001 1001001 0 1000011 10111 1111101 111001 110001

Color Harmonies of #36C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C541

Black with #36C541

Text Example


Text Example

White with #36C541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36C541; }

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

 H1.HeaderClassName
 {
   color: #36C541;
 }
 .AnyTagClassName
 {
   color: #36C541;
 }
</style>

background-color css

<style>
 a { background-color: #36C541; }

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

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

border-color css

<style>
 span { border-color: #36C541; }

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

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