#1CCF27

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

Shades of Lime Green #1CCF27

Tints of Lime Green #1CCF27

Color information

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

HSL color Cylindrical-coordinate representation of color #1CCF27: hue angle of 123.69º 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 #1CCF27 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB2820739-
CMYK0.8600.810.19
HSL123.69º76.17%46.08%-
HSV(B)123.69º86.47%81.18%-
XYZ23.1645.029.39-
YUV134.3374.252.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28207390.8600.810.19123.6976.1746.08
Hex1CCF2756051137c4c2e
Octal343174712601212317411456
Binary11100110011111001111010110010100011001111111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CCF27; }

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

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

<style>
 a { background-color: #1CCF27; }

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

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

<style>
 span { border-color: #1CCF27; }

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

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