Html Css Color HEX #1CF241 Malachite

📋 copy color: '#1CF241'

red 28 ◦ green 242 ◦ blue 65

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

Shades of Malachite #1CF241

Tints of Malachite #1CF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.24%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 8.36%
G = 72.24%
B = 19.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#1CF241 (or 0x1CF241) is known color: Malachite. HEX triplet: 1C, F2 and 41. RGB value is (28,242,65). Sum of RGB (Red+Green+Blue) = 28+242+65=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF241 is #E30DBE. Grayscale: #9E9E9E. Windows color (decimal): -14880191 or 4321820. OLE color: 4321820.

HSL color Cylindrical-coordinate representation of color #1CF241: hue angle of 130.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF241 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 242 65 -
CMYK 0.88 0 0.73 0.05
HSL 130.37º 0.89% 0.53% -
HSV(B) 130.37º 0.88% 0.95% -
XYZ 33.19 64.13 15.63 -
YUV 157.84 75.6 35.39 -
System Red Green Blue C M Y K H S L
Decimal 28 242 65 0.88 0 0.73 0.05 130.37 0.89 0.53
Hex 1C F2 41 58 0 49 5 82 59 35
Octal 34 362 101 130 0 111 5 202 131 65
Binary 11100 11110010 1000001 1011000 0 1001001 101 10000010 1011001 110101

Color Harmonies of #1CF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF241

Black with #1CF241

Text Example


Text Example

White with #1CF241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,242,65); }

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

background-color css

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

 a { background-color: rgb(28,242,65); }

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

border-color css

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

 span { border-color: rgb(28,242,65); }

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