#1cd638

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

Shades of Lime Green #1CD638

Tints of Lime Green #1CD638

Color information

#1CD638 (or 0x1CD638) is unknown color: approx Lime Green. HEX triplet: 1C, D6 and 38. RGB value is (28,214,56). Sum of RGB (Red+Green+Blue) = 28+214+56=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 214 (83.98% from 255 or 71.81% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD638 is #E329C7. Grayscale: #8C8C8C. Windows color (decimal): -14887368 or 3724828. OLE color: 3724828.

HSL color Cylindrical-coordinate representation of color #1CD638: hue angle of 129.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD638 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2821456-
CMYK0.8700.740.16
HSL129.03º76.86%47.45%-
HSV(B)129.03º86.92%83.92%-
XYZ25.2448.6311.8-
YUV140.3780.3847.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 214 (83.98% from 255) = 71.81%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=9.40%
G=71.81%
B=18.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal28214560.8700.740.16129.0376.8647.45
Hex1CD6385704A10814d2f
Octal343267012701122020111557
Binary111001101011011100010101110100101010000100000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cd638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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