#1CD92C

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

Shades of Lime Green #1CD92C

Tints of Lime Green #1CD92C

Color information

#1CD92C (or 0x1CD92C) is unknown color: approx Lime Green. HEX triplet: 1C, D9 and 2C. RGB value is (28,217,44). Sum of RGB (Red+Green+Blue) = 28+217+44=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 217 (85.16% from 255 or 75.09% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD92C is #E326D3. Grayscale: #8D8D8D. Windows color (decimal): -14886612 or 2939164. OLE color: 2939164.

HSL color Cylindrical-coordinate representation of color #1CD92C: hue angle of 125.08º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD92C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2821744-
CMYK0.8700.800.15
HSL125.08º77.14%48.04%-
HSV(B)125.08º87.1%85.1%-
XYZ25.7550.0510.69-
YUV140.7773.3847.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 217 (85.16% from 255) = 75.09%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=9.69%
G=75.09%
B=15.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28217440.8700.800.15125.0877.1448.04
Hex1CD92C57050F7d4d30
Octal343315412701201717511560
Binary1110011011001101100101011101010000111111111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,217,44); }

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

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

 a { background-color: rgb(28,217,44); }

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

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

 span { border-color: rgb(28,217,44); }

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