Html Css Color HEX #27C14D Lime Green

📋 copy color: '#27C14D'

red 39 ◦ green 193 ◦ blue 77

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

Shades of Lime Green #27C14D

Tints of Lime Green #27C14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.46%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 12.62%
G = 62.46%
B = 24.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#27C14D (or 0x27C14D) is known color: Lime Green. HEX triplet: 27, C1 and 4D. RGB value is (39,193,77). Sum of RGB (Red+Green+Blue) = 39+193+77=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #27C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27C14D is #D83EB2. Grayscale: #868686. Windows color (decimal): -14171827 or 5095719. OLE color: 5095719.

HSL color Cylindrical-coordinate representation of color #27C14D: hue angle of 134.81º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C14D is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 193 77 -
CMYK 0.80 0 0.60 0.24
HSL 134.81º 0.66% 0.45% -
HSV(B) 134.81º 0.8% 0.76% -
XYZ 21.25 39.11 13.45 -
YUV 133.73 95.98 60.43 -
System Red Green Blue C M Y K H S L
Decimal 39 193 77 0.80 0 0.60 0.24 134.81 0.66 0.45
Hex 27 C1 4D 50 0 3C 18 87 42 2D
Octal 47 301 115 120 0 74 30 207 102 55
Binary 100111 11000001 1001101 1010000 0 111100 11000 10000111 1000010 101101

Color Harmonies of #27C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C14D

Black with #27C14D

Text Example


Text Example

White with #27C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,193,77); }

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

background-color css

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

 a { background-color: rgb(39,193,77); }

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

border-color css

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

 span { border-color: rgb(39,193,77); }

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