Html Css Color HEX #36BD2D Lime Green

📋 copy color: '#36BD2D'

red 54 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #36BD2D

Tints of Lime Green #36BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 65.63%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 18.75%
G = 65.63%
B = 15.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#36BD2D (or 0x36BD2D) is known color: Lime Green. HEX triplet: 36, BD and 2D. RGB value is (54,189,45). Sum of RGB (Red+Green+Blue) = 54+189+45=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD2D is #C942D2. Grayscale: #848484. Windows color (decimal): -13189843 or 2997558. OLE color: 2997558.

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

Color convert

RGB 54 189 45 -
CMYK 0.71 0 0.76 0.26
HSL 116.25º 0.62% 0.46% -
HSV(B) 116.25º 0.76% 0.74% -
XYZ 20.19 37.37 8.63 -
YUV 132.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 54 189 45 0.71 0 0.76 0.26 116.25 0.62 0.46
Hex 36 BD 2D 47 0 4C 1A 74 3E 2E
Octal 66 275 55 107 0 114 32 164 76 56
Binary 110110 10111101 101101 1000111 0 1001100 11010 1110100 111110 101110

Color Harmonies of #36BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BD2D

Black with #36BD2D

Text Example


Text Example

White with #36BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,189,45); }

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

background-color css

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

 a { background-color: rgb(54,189,45); }

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

border-color css

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

 span { border-color: rgb(54,189,45); }

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