#1cdf2a

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

Shades of Lime Green #1CDF2A

Tints of Lime Green #1CDF2A

Color information

#1CDF2A (or 0x1CDF2A) is unknown color: approx Lime Green. HEX triplet: 1C, DF and 2A. RGB value is (28,223,42). Sum of RGB (Red+Green+Blue) = 28+223+42=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF2A is #E320D5. Grayscale: #909090. Windows color (decimal): -14885078 or 2809628. OLE color: 2809628.

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

Color convert

RGB2822342-
CMYK0.8700.810.13
HSL124.31º77.69%49.22%-
HSV(B)124.31º87.44%87.45%-
XYZ27.2853.1911.02-
YUV144.0670.445.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.56%
GREEN value IS 223 (87.5% from 255) = 76.11%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=9.56%
G=76.11%
B=14.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28223420.8700.810.13124.3177.6949.22
Hex1CDF2A57051D7c4e31
Octal343375212701211517411661
Binary1110011011111101010101011101010001110111111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cdf2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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