Html Css Color HEX #30F968 Malachite

📋 copy color: '#30F968'

red 48 ◦ green 249 ◦ blue 104

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

Shades of Malachite #30F968

Tints of Malachite #30F968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.09%

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

R = 11.97%
G = 62.09%
B = 25.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#30F968 (or 0x30F968) is known color: Malachite. HEX triplet: 30, F9 and 68. RGB value is (48,249,104). Sum of RGB (Red+Green+Blue) = 48+249+104=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #30F968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F968 is #CF0697. Grayscale: #ACACAC. Windows color (decimal): -13567640 or 6879536. OLE color: 6879536.

HSL color Cylindrical-coordinate representation of color #30F968: hue angle of 136.72º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F968 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 104 -
CMYK 0.81 0 0.58 0.02
HSL 136.72º 0.94% 0.58% -
HSV(B) 136.72º 0.81% 0.98% -
XYZ 37.59 69.38 24.51 -
YUV 172.37 89.41 39.29 -
System Red Green Blue C M Y K H S L
Decimal 48 249 104 0.81 0 0.58 0.02 136.72 0.94 0.58
Hex 30 F9 68 51 0 3A 2 89 5E 3A
Octal 60 371 150 121 0 72 2 211 136 72
Binary 110000 11111001 1101000 1010001 0 111010 10 10001001 1011110 111010

Color Harmonies of #30F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F968

Black with #30F968

Text Example


Text Example

White with #30F968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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