#27CF1C

Color #27CF1C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #27CF1C

Tints of Lime Green #27CF1C

Color information

#27CF1C (or 0x27CF1C) is unknown color: approx Lime Green. HEX triplet: 27, CF and 1C. RGB value is (39,207,28). Sum of RGB (Red+Green+Blue) = 39+207+28=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CF1C is #D830E3. Grayscale: #888888. Windows color (decimal): -14168292 or 1888039. OLE color: 1888039.

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

Color convert

RGB3920728-
CMYK0.8100.860.19
HSL116.31º76.17%46.08%-
HSV(B)116.31º86.47%81.18%-
XYZ23.3645.148.58-
YUV136.3666.8458.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 207 (81.25% from 255) = 75.55%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=14.23%
G=75.55%
B=10.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal39207280.8100.860.19116.3176.1746.08
Hex27CF1C5105613744c2e
Octal473173412101262316411456
Binary10011111001111111001010001010101101001111101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,207,28); }

 H1.HeaderClassName
 {
   color: #27CF1C;
 }
 .AnyTagClassName
 {
   color: #27CF1C;
 }
</style>
background-color css

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

 a { background-color: rgb(39,207,28); }

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

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

 span { border-color: rgb(39,207,28); }

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