#1CDD30

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

Shades of Lime Green #1CDD30

Tints of Lime Green #1CDD30

Color information

#1CDD30 (or 0x1CDD30) is unknown color: approx Lime Green. HEX triplet: 1C, DD and 30. RGB value is (28,221,48). Sum of RGB (Red+Green+Blue) = 28+221+48=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD30 is #E322CF. Grayscale: #909090. Windows color (decimal): -14885584 or 3202332. OLE color: 3202332.

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

Color convert

RGB2822148-
CMYK0.8700.780.13
HSL126.22º77.51%48.82%-
HSV(B)126.22º87.33%86.67%-
XYZ26.8752.1711.45-
YUV143.5774.0645.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.43%
GREEN value IS 221 (86.72% from 255) = 74.41%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=9.43%
G=74.41%
B=16.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28221480.8700.780.13126.2277.5148.82
Hex1CDD305704ED7e4e31
Octal343356012701161517611661
Binary1110011011101110000101011101001110110111111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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