Html Css Color HEX #27BC14 Lime Green

📋 copy color: '#27BC14'

red 39 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #27BC14

Tints of Lime Green #27BC14

RGB

 RED value IS 39 (15.63% from 255) = 15.79%

 GREEN value IS 188 (73.83% from 255) = 76.11%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 15.79%
G = 76.11%
B = 8.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#27BC14 (or 0x27BC14) is known color: Lime Green. HEX triplet: 27, BC and 14. RGB value is (39,188,20). Sum of RGB (Red+Green+Blue) = 39+188+20=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 188 (73.83% from 255 or 76.11% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BC14 is #D843EB. Grayscale: #7C7C7C. Windows color (decimal): -14173164 or 1358887. OLE color: 1358887.

HSL color Cylindrical-coordinate representation of color #27BC14: hue angle of 113.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27BC14 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 20 -
CMYK 0.79 0 0.89 0.26
HSL 113.21º 0.81% 0.41% -
HSV(B) 113.21º 0.89% 0.74% -
XYZ 18.95 36.45 6.7 -
YUV 124.3 69.14 67.16 -
System Red Green Blue C M Y K H S L
Decimal 39 188 20 0.79 0 0.89 0.26 113.21 0.81 0.41
Hex 27 BC 14 4F 0 59 1A 71 51 29
Octal 47 274 24 117 0 131 32 161 121 51
Binary 100111 10111100 10100 1001111 0 1011001 11010 1110001 1010001 101001

Color Harmonies of #27BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BC14

Black with #27BC14

Text Example


Text Example

White with #27BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27BC14; }

 p { color: rgb(39,188,20); }

 H1.HeaderClassName
 {
   color: #27BC14;
 }
 .AnyTagClassName
 {
   color: #27BC14;
 }
</style>

background-color css

<style>
 a { background-color: #27BC14; }

 a { background-color: rgb(39,188,20); }

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

border-color css

<style>
 span { border-color: #27BC14; }

 span { border-color: rgb(39,188,20); }

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