Html Css Color HEX #36D04B Lime Green

📋 copy color: '#36D04B'

red 54 ◦ green 208 ◦ blue 75

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

Shades of Lime Green #36D04B

Tints of Lime Green #36D04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.72%

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

R = 16.02%
G = 61.72%
B = 22.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#36D04B (or 0x36D04B) is known color: Lime Green. HEX triplet: 36, D0 and 4B. RGB value is (54,208,75). Sum of RGB (Red+Green+Blue) = 54+208+75=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #36D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D04B is #C92FB4. Grayscale: #939393. Windows color (decimal): -13184949 or 4968502. OLE color: 4968502.

HSL color Cylindrical-coordinate representation of color #36D04B: hue angle of 128.18º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D04B is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 75 -
CMYK 0.74 0 0.64 0.18
HSL 128.18º 0.62% 0.51% -
HSV(B) 128.18º 0.74% 0.82% -
XYZ 25.35 46.4 14.28 -
YUV 146.79 87.48 61.81 -
System Red Green Blue C M Y K H S L
Decimal 54 208 75 0.74 0 0.64 0.18 128.18 0.62 0.51
Hex 36 D0 4B 4A 0 40 12 80 3E 33
Octal 66 320 113 112 0 100 22 200 76 63
Binary 110110 11010000 1001011 1001010 0 1000000 10010 10000000 111110 110011

Color Harmonies of #36D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D04B

Black with #36D04B

Text Example


Text Example

White with #36D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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