#1CCD27

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

Shades of Lime Green #1CCD27

Tints of Lime Green #1CCD27

Color information

#1CCD27 (or 0x1CCD27) is unknown color: approx Lime Green. HEX triplet: 1C, CD and 27. RGB value is (28,205,39). Sum of RGB (Red+Green+Blue) = 28+205+39=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 205 (80.47% from 255 or 75.37% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD27 is #E332D8. Grayscale: #858585. Windows color (decimal): -14889689 or 2608412. OLE color: 2608412.

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

Color convert

RGB2820539-
CMYK0.8600.810.20
HSL123.73º75.97%45.69%-
HSV(B)123.73º86.34%80.39%-
XYZ22.6844.069.23-
YUV133.1574.8653-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 205 (80.47% from 255) = 75.37%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=10.29%
G=75.37%
B=14.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal28205390.8600.810.20123.7375.9745.69
Hex1CCD2756051147c4c2e
Octal343154712601212417411456
Binary11100110011011001111010110010100011010011111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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