Html Css Color HEX #1CFC40 Malachite

📋 copy color: '#1CFC40'

red 28 ◦ green 252 ◦ blue 64

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

Shades of Malachite #1CFC40

Tints of Malachite #1CFC40

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.26%

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 8.14%
G = 73.26%
B = 18.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#1CFC40 (or 0x1CFC40) is known color: Malachite. HEX triplet: 1C, FC and 40. RGB value is (28,252,64). Sum of RGB (Red+Green+Blue) = 28+252+64=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFC40 is #E303BF. Grayscale: #A4A4A4. Windows color (decimal): -14877632 or 4258844. OLE color: 4258844.

HSL color Cylindrical-coordinate representation of color #1CFC40: hue angle of 129.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFC40 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 252 64 -
CMYK 0.89 0 0.75 0.01
HSL 129.64º 0.97% 0.55% -
HSV(B) 129.64º 0.89% 0.99% -
XYZ 36.21 70.24 16.5 -
YUV 163.59 71.79 31.29 -
System Red Green Blue C M Y K H S L
Decimal 28 252 64 0.89 0 0.75 0.01 129.64 0.97 0.55
Hex 1C FC 40 59 0 4B 1 82 61 37
Octal 34 374 100 131 0 113 1 202 141 67
Binary 11100 11111100 1000000 1011001 0 1001011 1 10000010 1100001 110111

Color Harmonies of #1CFC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFC40

Black with #1CFC40

Text Example


Text Example

White with #1CFC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,252,64); }

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

background-color css

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

 a { background-color: rgb(28,252,64); }

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

border-color css

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

 span { border-color: rgb(28,252,64); }

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