Html Css Color HEX #36E141 Lime Green

📋 copy color: '#36E141'

red 54 ◦ green 225 ◦ blue 65

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

Shades of Lime Green #36E141

Tints of Lime Green #36E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.41%

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

R = 15.7%
G = 65.41%
B = 18.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#36E141 (or 0x36E141) is known color: Lime Green. HEX triplet: 36, E1 and 41. RGB value is (54,225,65). Sum of RGB (Red+Green+Blue) = 54+225+65=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #36E141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E141 is #C91EBE. Grayscale: #9C9C9C. Windows color (decimal): -13180607 or 4317494. OLE color: 4317494.

HSL color Cylindrical-coordinate representation of color #36E141: hue angle of 123.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E141 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 225 65 -
CMYK 0.76 0 0.71 0.12
HSL 123.86º 0.74% 0.55% -
HSV(B) 123.86º 0.76% 0.88% -
XYZ 29.4 55.02 14.07 -
YUV 155.63 76.85 55.51 -
System Red Green Blue C M Y K H S L
Decimal 54 225 65 0.76 0 0.71 0.12 123.86 0.74 0.55
Hex 36 E1 41 4C 0 47 C 7C 4A 37
Octal 66 341 101 114 0 107 14 174 112 67
Binary 110110 11100001 1000001 1001100 0 1000111 1100 1111100 1001010 110111

Color Harmonies of #36E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E141

Black with #36E141

Text Example


Text Example

White with #36E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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