Html Css Color HEX #30F96A Malachite

📋 copy color: '#30F96A'

red 48 ◦ green 249 ◦ blue 106

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

Shades of Malachite #30F96A

Tints of Malachite #30F96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 11.91%
G = 61.79%
B = 26.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#30F96A (or 0x30F96A) is known color: Malachite. HEX triplet: 30, F9 and 6A. RGB value is (48,249,106). Sum of RGB (Red+Green+Blue) = 48+249+106=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #30F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F96A is #CF0695. Grayscale: #ACACAC. Windows color (decimal): -13567638 or 7010608. OLE color: 7010608.

HSL color Cylindrical-coordinate representation of color #30F96A: hue angle of 137.31º 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 #30F96A is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 249 106 -
CMYK 0.81 0 0.57 0.02
HSL 137.31º 0.94% 0.58% -
HSV(B) 137.31º 0.81% 0.98% -
XYZ 37.7 69.42 25.05 -
YUV 172.6 90.41 39.13 -
System Red Green Blue C M Y K H S L
Decimal 48 249 106 0.81 0 0.57 0.02 137.31 0.94 0.58
Hex 30 F9 6A 51 0 39 2 89 5E 3A
Octal 60 371 152 121 0 71 2 211 136 72
Binary 110000 11111001 1101010 1010001 0 111001 10 10001001 1011110 111010

Color Harmonies of #30F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F96A

Black with #30F96A

Text Example


Text Example

White with #30F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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