#1CD92D

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

Shades of Lime Green #1CD92D

Tints of Lime Green #1CD92D

Color information

#1CD92D (or 0x1CD92D) is unknown color: approx Lime Green. HEX triplet: 1C, D9 and 2D. RGB value is (28,217,45). Sum of RGB (Red+Green+Blue) = 28+217+45=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 217 (85.16% from 255 or 74.83% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD92D is #E326D2. Grayscale: #8D8D8D. Windows color (decimal): -14886611 or 3004700. OLE color: 3004700.

HSL color Cylindrical-coordinate representation of color #1CD92D: hue angle of 125.4º 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 #1CD92D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB2821745-
CMYK0.8700.790.15
HSL125.4º77.14%48.04%-
HSV(B)125.4º87.1%85.1%-
XYZ25.7750.0610.79-
YUV140.8873.8847.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 217 (85.16% from 255) = 74.83%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=9.66%
G=74.83%
B=15.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28217450.8700.790.15125.477.1448.04
Hex1CD92D5704FF7d4d30
Octal343315512701171717511560
Binary1110011011001101101101011101001111111111111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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