Html Css Color HEX #1FF241 Malachite

📋 copy color: '#1FF241'

red 31 ◦ green 242 ◦ blue 65

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

Shades of Malachite #1FF241

Tints of Malachite #1FF241

RGB

 RED value IS 31 (12.5% from 255) = 9.17%

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

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

R = 9.17%
G = 71.6%
B = 19.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#1FF241 (or 0x1FF241) is known color: Malachite. HEX triplet: 1F, F2 and 41. RGB value is (31,242,65). Sum of RGB (Red+Green+Blue) = 31+242+65=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF241 is #E00DBE. Grayscale: #9F9F9F. Windows color (decimal): -14683583 or 4321823. OLE color: 4321823.

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

Color convert

RGB 31 242 65 -
CMYK 0.87 0 0.73 0.05
HSL 129.67º 0.89% 0.54% -
HSV(B) 129.67º 0.87% 0.95% -
XYZ 33.27 64.18 15.63 -
YUV 158.73 75.1 36.89 -
System Red Green Blue C M Y K H S L
Decimal 31 242 65 0.87 0 0.73 0.05 129.67 0.89 0.54
Hex 1F F2 41 57 0 49 5 82 59 36
Octal 37 362 101 127 0 111 5 202 131 66
Binary 11111 11110010 1000001 1010111 0 1001001 101 10000010 1011001 110110

Color Harmonies of #1FF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF241

Black with #1FF241

Text Example


Text Example

White with #1FF241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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