#1CDA38

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

Shades of Lime Green #1CDA38

Tints of Lime Green #1CDA38

Color information

#1CDA38 (or 0x1CDA38) is unknown color: approx Lime Green. HEX triplet: 1C, DA and 38. RGB value is (28,218,56). Sum of RGB (Red+Green+Blue) = 28+218+56=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDA38 is #E325C7. Grayscale: #8F8F8F. Windows color (decimal): -14886344 or 3725852. OLE color: 3725852.

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

Color convert

RGB2821856-
CMYK0.8700.740.15
HSL128.84º77.24%48.24%-
HSV(B)128.84º87.16%85.49%-
XYZ26.2650.6812.14-
YUV142.7279.0546.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 218 (85.55% from 255) = 72.19%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=9.27%
G=72.19%
B=18.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28218560.8700.740.15128.8477.2448.24
Hex1CDA385704AF814d30
Octal343327012701121720111560
Binary11100110110101110001010111010010101111100000011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,218,56); }

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

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

 a { background-color: rgb(28,218,56); }

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

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

 span { border-color: rgb(28,218,56); }

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