Html Css Color HEX #30F468 Malachite

📋 copy color: '#30F468'

red 48 ◦ green 244 ◦ blue 104

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

Shades of Malachite #30F468

Tints of Malachite #30F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 61.62%

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 12.12%
G = 61.62%
B = 26.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#30F468 (or 0x30F468) is known color: Malachite. HEX triplet: 30, F4 and 68. RGB value is (48,244,104). Sum of RGB (Red+Green+Blue) = 48+244+104=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 244 (95.70% from 255 or 61.62% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 244 - color contains mainly: green. Hex color #30F468 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F468 is #CF0B97. Grayscale: #A9A9A9. Windows color (decimal): -13568920 or 6878256. OLE color: 6878256.

HSL color Cylindrical-coordinate representation of color #30F468: hue angle of 137.14º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F468 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 104 -
CMYK 0.80 0 0.57 0.04
HSL 137.14º 0.9% 0.57% -
HSV(B) 137.14º 0.8% 0.96% -
XYZ 36.07 66.33 24 -
YUV 169.44 91.07 41.38 -
System Red Green Blue C M Y K H S L
Decimal 48 244 104 0.80 0 0.57 0.04 137.14 0.9 0.57
Hex 30 F4 68 50 0 39 4 89 5A 39
Octal 60 364 150 120 0 71 4 211 132 71
Binary 110000 11110100 1101000 1010000 0 111001 100 10001001 1011010 111001

Color Harmonies of #30F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F468

Black with #30F468

Text Example


Text Example

White with #30F468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,104); }

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

background-color css

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

 a { background-color: rgb(48,244,104); }

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

border-color css

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

 span { border-color: rgb(48,244,104); }

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