Html Css Color HEX #36D84B Lime Green

📋 copy color: '#36D84B'

red 54 ◦ green 216 ◦ blue 75

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

Shades of Lime Green #36D84B

Tints of Lime Green #36D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.61%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 15.65%
G = 62.61%
B = 21.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#36D84B (or 0x36D84B) is known color: Lime Green. HEX triplet: 36, D8 and 4B. RGB value is (54,216,75). Sum of RGB (Red+Green+Blue) = 54+216+75=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #36D84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D84B is #C927B4. Grayscale: #979797. Windows color (decimal): -13182901 or 4970550. OLE color: 4970550.

HSL color Cylindrical-coordinate representation of color #36D84B: hue angle of 127.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D84B is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 216 75 -
CMYK 0.75 0 0.65 0.15
HSL 127.78º 0.68% 0.53% -
HSV(B) 127.78º 0.75% 0.85% -
XYZ 27.35 50.4 14.94 -
YUV 151.49 84.83 58.46 -
System Red Green Blue C M Y K H S L
Decimal 54 216 75 0.75 0 0.65 0.15 127.78 0.68 0.53
Hex 36 D8 4B 4B 0 41 F 80 44 35
Octal 66 330 113 113 0 101 17 200 104 65
Binary 110110 11011000 1001011 1001011 0 1000001 1111 10000000 1000100 110101

Color Harmonies of #36D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D84B

Black with #36D84B

Text Example


Text Example

White with #36D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,216,75); }

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

background-color css

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

 a { background-color: rgb(54,216,75); }

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

border-color css

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

 span { border-color: rgb(54,216,75); }

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