#1CD92B

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

Shades of Lime Green #1CD92B

Tints of Lime Green #1CD92B

Color information

#1CD92B (or 0x1CD92B) is unknown color: approx Lime Green. HEX triplet: 1C, D9 and 2B. RGB value is (28,217,43). Sum of RGB (Red+Green+Blue) = 28+217+43=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD92B is #E326D4. Grayscale: #8D8D8D. Windows color (decimal): -14886613 or 2873628. OLE color: 2873628.

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

Color convert

RGB2821743-
CMYK0.8700.800.15
HSL124.76º77.14%48.04%-
HSV(B)124.76º87.1%85.1%-
XYZ25.7350.0510.59-
YUV140.6572.8847.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.72%
GREEN value IS 217 (85.16% from 255) = 75.35%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=9.72%
G=75.35%
B=14.93%

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
Decimal28217430.8700.800.15124.7677.1448.04
Hex1CD92B57050F7d4d30
Octal343315312701201717511560
Binary1110011011001101011101011101010000111111111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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