Html Css Color HEX #27B714 Lime Green

📋 copy color: '#27B714'

red 39 ◦ green 183 ◦ blue 20

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

Shades of Lime Green #27B714

Tints of Lime Green #27B714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 75.62%

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

R = 16.12%
G = 75.62%
B = 8.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#27B714 (or 0x27B714) is known color: Lime Green. HEX triplet: 27, B7 and 14. RGB value is (39,183,20). Sum of RGB (Red+Green+Blue) = 39+183+20=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 183 (71.88% from 255 or 75.62% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 183 - color contains mainly: green. Hex color #27B714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27B714 is #D848EB. Grayscale: #797979. Windows color (decimal): -14174444 or 1357607. OLE color: 1357607.

HSL color Cylindrical-coordinate representation of color #27B714: hue angle of 113.01º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27B714 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 39 183 20 -
CMYK 0.79 0 0.89 0.28
HSL 113.01º 0.8% 0.4% -
HSV(B) 113.01º 0.89% 0.72% -
XYZ 17.9 34.35 6.35 -
YUV 121.36 70.79 69.25 -
System Red Green Blue C M Y K H S L
Decimal 39 183 20 0.79 0 0.89 0.28 113.01 0.8 0.4
Hex 27 B7 14 4F 0 59 1C 71 50 28
Octal 47 267 24 117 0 131 34 161 120 50
Binary 100111 10110111 10100 1001111 0 1011001 11100 1110001 1010000 101000

Color Harmonies of #27B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B714

Black with #27B714

Text Example


Text Example

White with #27B714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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