Html Css Color HEX #36D61B Lime Green

📋 copy color: '#36D61B'

red 54 ◦ green 214 ◦ blue 27

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

Shades of Lime Green #36D61B

Tints of Lime Green #36D61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.54%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 18.31%
G = 72.54%
B = 9.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#36D61B (or 0x36D61B) is known color: Lime Green. HEX triplet: 36, D6 and 1B. RGB value is (54,214,27). Sum of RGB (Red+Green+Blue) = 54+214+27=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #36D61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D61B is #C929E4. Grayscale: #919191. Windows color (decimal): -13183461 or 1824310. OLE color: 1824310.

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

Color convert

RGB 54 214 27 -
CMYK 0.75 0 0.87 0.16
HSL 111.34º 0.78% 0.47% -
HSV(B) 111.34º 0.87% 0.84% -
XYZ 25.77 48.96 9.13 -
YUV 144.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 54 214 27 0.75 0 0.87 0.16 111.34 0.78 0.47
Hex 36 D6 1B 4B 0 57 10 6F 4E 2F
Octal 66 326 33 113 0 127 20 157 116 57
Binary 110110 11010110 11011 1001011 0 1010111 10000 1101111 1001110 101111

Color Harmonies of #36D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D61B

Black with #36D61B

Text Example


Text Example

White with #36D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,214,27); }

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

background-color css

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

 a { background-color: rgb(54,214,27); }

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

border-color css

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

 span { border-color: rgb(54,214,27); }

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