Html Css Color HEX #27C110 Lime Green

📋 copy color: '#27C110'

red 39 ◦ green 193 ◦ blue 16

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

Shades of Lime Green #27C110

Tints of Lime Green #27C110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 15.73%
G = 77.82%
B = 6.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#27C110 (or 0x27C110) is known color: Lime Green. HEX triplet: 27, C1 and 10. RGB value is (39,193,16). Sum of RGB (Red+Green+Blue) = 39+193+16=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #27C110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27C110 is #D83EEF. Grayscale: #7F7F7F. Windows color (decimal): -14171888 or 1098023. OLE color: 1098023.

HSL color Cylindrical-coordinate representation of color #27C110: hue angle of 112.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27C110 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 193 16 -
CMYK 0.80 0 0.92 0.24
HSL 112.2º 0.85% 0.41% -
HSV(B) 112.2º 0.92% 0.76% -
XYZ 20 38.61 6.89 -
YUV 126.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 39 193 16 0.80 0 0.92 0.24 112.2 0.85 0.41
Hex 27 C1 10 50 0 5C 18 70 55 29
Octal 47 301 20 120 0 134 30 160 125 51
Binary 100111 11000001 10000 1010000 0 1011100 11000 1110000 1010101 101001

Color Harmonies of #27C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C110

Black with #27C110

Text Example


Text Example

White with #27C110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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