Html Css Color HEX #36D73C Lime Green

📋 copy color: '#36D73C'

red 54 ◦ green 215 ◦ blue 60

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

Shades of Lime Green #36D73C

Tints of Lime Green #36D73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.35%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 16.41%
G = 65.35%
B = 18.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#36D73C (or 0x36D73C) is known color: Lime Green. HEX triplet: 36, D7 and 3C. RGB value is (54,215,60). Sum of RGB (Red+Green+Blue) = 54+215+60=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #36D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D73C is #C928C3. Grayscale: #959595. Windows color (decimal): -13183172 or 3987254. OLE color: 3987254.

HSL color Cylindrical-coordinate representation of color #36D73C: hue angle of 122.24º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D73C is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 215 60 -
CMYK 0.75 0 0.72 0.16
HSL 122.24º 0.67% 0.53% -
HSV(B) 122.24º 0.75% 0.84% -
XYZ 26.64 49.71 12.47 -
YUV 149.19 77.66 60.1 -
System Red Green Blue C M Y K H S L
Decimal 54 215 60 0.75 0 0.72 0.16 122.24 0.67 0.53
Hex 36 D7 3C 4B 0 48 10 7A 43 35
Octal 66 327 74 113 0 110 20 172 103 65
Binary 110110 11010111 111100 1001011 0 1001000 10000 1111010 1000011 110101

Color Harmonies of #36D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D73C

Black with #36D73C

Text Example


Text Example

White with #36D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,215,60); }

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

background-color css

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

 a { background-color: rgb(54,215,60); }

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

border-color css

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

 span { border-color: rgb(54,215,60); }

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