Html Css Color HEX #36BC2C Lime Green

📋 copy color: '#36BC2C'

red 54 ◦ green 188 ◦ blue 44

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

Shades of Lime Green #36BC2C

Tints of Lime Green #36BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.73%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 18.88%
G = 65.73%
B = 15.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#36BC2C (or 0x36BC2C) is known color: Lime Green. HEX triplet: 36, BC and 2C. RGB value is (54,188,44). Sum of RGB (Red+Green+Blue) = 54+188+44=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC2C is #C943D3. Grayscale: #838383. Windows color (decimal): -13190100 or 2931766. OLE color: 2931766.

HSL color Cylindrical-coordinate representation of color #36BC2C: hue angle of 115.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36BC2C is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 188 44 -
CMYK 0.71 0 0.77 0.26
HSL 115.83º 0.62% 0.45% -
HSV(B) 115.83º 0.77% 0.74% -
XYZ 19.96 36.93 8.46 -
YUV 131.52 78.61 72.71 -
System Red Green Blue C M Y K H S L
Decimal 54 188 44 0.71 0 0.77 0.26 115.83 0.62 0.45
Hex 36 BC 2C 47 0 4D 1A 74 3E 2D
Octal 66 274 54 107 0 115 32 164 76 55
Binary 110110 10111100 101100 1000111 0 1001101 11010 1110100 111110 101101

Color Harmonies of #36BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BC2C

Black with #36BC2C

Text Example


Text Example

White with #36BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,188,44); }

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

background-color css

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

 a { background-color: rgb(54,188,44); }

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

border-color css

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

 span { border-color: rgb(54,188,44); }

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