Html Css Color HEX #27DC11 Lime Green

📋 copy color: '#27DC11'

red 39 ◦ green 220 ◦ blue 17

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

Shades of Lime Green #27DC11

Tints of Lime Green #27DC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 79.71%

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 14.13%
G = 79.71%
B = 6.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#27DC11 (or 0x27DC11) is known color: Lime Green. HEX triplet: 27, DC and 11. RGB value is (39,220,17). Sum of RGB (Red+Green+Blue) = 39+220+17=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DC11 is #D823EE. Grayscale: #8F8F8F. Windows color (decimal): -14164975 or 1170471. OLE color: 1170471.

HSL color Cylindrical-coordinate representation of color #27DC11: hue angle of 113.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27DC11 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 17 -
CMYK 0.82 0 0.92 0.14
HSL 113.5º 0.86% 0.46% -
HSV(B) 113.5º 0.92% 0.86% -
XYZ 26.53 51.66 9.1 -
YUV 142.74 57.03 54.01 -
System Red Green Blue C M Y K H S L
Decimal 39 220 17 0.82 0 0.92 0.14 113.5 0.86 0.46
Hex 27 DC 11 52 0 5C E 71 56 2E
Octal 47 334 21 122 0 134 16 161 126 56
Binary 100111 11011100 10001 1010010 0 1011100 1110 1110001 1010110 101110

Color Harmonies of #27DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DC11

Black with #27DC11

Text Example


Text Example

White with #27DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,220,17); }

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

background-color css

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

 a { background-color: rgb(39,220,17); }

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

border-color css

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

 span { border-color: rgb(39,220,17); }

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