#1cdd34

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

Shades of Lime Green #1CDD34

Tints of Lime Green #1CDD34

Color information

#1CDD34 (or 0x1CDD34) is unknown color: approx Lime Green. HEX triplet: 1C, DD and 34. RGB value is (28,221,52). Sum of RGB (Red+Green+Blue) = 28+221+52=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD34 is #E322CB. Grayscale: #909090. Windows color (decimal): -14885580 or 3464476. OLE color: 3464476.

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

Color convert

RGB2822152-
CMYK0.8700.760.13
HSL127.46º77.51%48.82%-
HSV(B)127.46º87.33%86.67%-
XYZ26.9652.2111.91-
YUV144.0376.0645.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 221 (86.72% from 255) = 73.42%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=9.30%
G=73.42%
B=17.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28221520.8700.760.13127.4677.5148.82
Hex1CDD345704CD7f4e31
Octal343356412701141517711661
Binary1110011011101110100101011101001100110111111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cdd34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,221,52); }

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

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

 a { background-color: rgb(28,221,52); }

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

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

 span { border-color: rgb(28,221,52); }

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