#1CDF22

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

Shades of Lime Green #1CDF22

Tints of Lime Green #1CDF22

Color information

#1CDF22 (or 0x1CDF22) is unknown color: approx Lime Green. HEX triplet: 1C, DF and 22. RGB value is (28,223,34). Sum of RGB (Red+Green+Blue) = 28+223+34=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 223 (87.5% from 255 or 78.25% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF22 is #E320DD. Grayscale: #8F8F8F. Windows color (decimal): -14885086 or 2285340. OLE color: 2285340.

HSL color Cylindrical-coordinate representation of color #1CDF22: hue angle of 121.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDF22 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB2822334-
CMYK0.8700.850.13
HSL121.85º77.69%49.22%-
HSV(B)121.85º87.44%87.45%-
XYZ27.1653.1410.34-
YUV143.1566.445.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 223 (87.5% from 255) = 78.25%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=9.82%
G=78.25%
B=11.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28223340.8700.850.13121.8577.6949.22
Hex1CDF2257055D7a4e31
Octal343374212701251517211661
Binary1110011011111100010101011101010101110111110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,223,34); }

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

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

 a { background-color: rgb(28,223,34); }

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

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

 span { border-color: rgb(28,223,34); }

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