Html Css Color HEX #1CDC3E Malachite

📋 copy color: '#1CDC3E'

red 28 ◦ green 220 ◦ blue 62

#1CDC3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1CDC3E

Tints of Malachite #1CDC3E

RGB

 RED value IS 28 (11.33% from 255) = 9.03%

 GREEN value IS 220 (86.33% from 255) = 70.97%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 9.03%
G = 70.97%
B = 20%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#1CDC3E (or 0x1CDC3E) is known color: Malachite. HEX triplet: 1C, DC and 3E. RGB value is (28,220,62). Sum of RGB (Red+Green+Blue) = 28+220+62=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDC3E is #E323C1. Grayscale: #919191. Windows color (decimal): -14885826 or 4119580. OLE color: 4119580.

HSL color Cylindrical-coordinate representation of color #1CDC3E: hue angle of 130.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC3E is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 62 -
CMYK 0.87 0 0.72 0.14
HSL 130.63º 0.77% 0.49% -
HSV(B) 130.63º 0.87% 0.86% -
XYZ 26.94 51.78 13.13 -
YUV 144.58 81.39 44.85 -
System Red Green Blue C M Y K H S L
Decimal 28 220 62 0.87 0 0.72 0.14 130.63 0.77 0.49
Hex 1C DC 3E 57 0 48 E 83 4D 31
Octal 34 334 76 127 0 110 16 203 115 61
Binary 11100 11011100 111110 1010111 0 1001000 1110 10000011 1001101 110001

Color Harmonies of #1CDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC3E

Black with #1CDC3E

Text Example


Text Example

White with #1CDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,220,62); }

 H1.HeaderClassName
 {
   color: #1CDC3E;
 }
 .AnyTagClassName
 {
   color: #1CDC3E;
 }
</style>

background-color css

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

 a { background-color: rgb(28,220,62); }

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

border-color css

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

 span { border-color: rgb(28,220,62); }

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