Html Css Color HEX #30FF5F Malachite

📋 copy color: '#30FF5F'

red 48 ◦ green 255 ◦ blue 95

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

Shades of Malachite #30FF5F

Tints of Malachite #30FF5F

RGB

 RED value IS 48 (19.14% from 255) = 12.06%

 GREEN value IS 255 (100% from 255) = 64.07%

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 12.06%
G = 64.07%
B = 23.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#30FF5F (or 0x30FF5F) is known color: Malachite. HEX triplet: 30, FF and 5F. RGB value is (48,255,95). Sum of RGB (Red+Green+Blue) = 48+255+95=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF5F is #CF00A0. Grayscale: #AFAFAF. Windows color (decimal): -13566113 or 6291248. OLE color: 6291248.

HSL color Cylindrical-coordinate representation of color #30FF5F: hue angle of 133.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF5F is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 95 -
CMYK 0.81 0 0.63 0
HSL 133.62º 1% 0.59% -
HSV(B) 133.62º 0.81% 1% -
XYZ 39.04 72.97 22.85 -
YUV 174.87 82.92 37.51 -
System Red Green Blue C M Y K H S L
Decimal 48 255 95 0.81 0 0.63 0 133.62 1 0.59
Hex 30 FF 5F 51 0 3F 0 86 64 3B
Octal 60 377 137 121 0 77 0 206 144 73
Binary 110000 11111111 1011111 1010001 0 111111 0 10000110 1100100 111011

Color Harmonies of #30FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FF5F

Black with #30FF5F

Text Example


Text Example

White with #30FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FF5F; }

 p { color: rgb(48,255,95); }

 H1.HeaderClassName
 {
   color: #30FF5F;
 }
 .AnyTagClassName
 {
   color: #30FF5F;
 }
</style>

background-color css

<style>
 a { background-color: #30FF5F; }

 a { background-color: rgb(48,255,95); }

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

border-color css

<style>
 span { border-color: #30FF5F; }

 span { border-color: rgb(48,255,95); }

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