Html Css Color HEX #30FB64 Malachite

📋 copy color: '#30FB64'

red 48 ◦ green 251 ◦ blue 100

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

Shades of Malachite #30FB64

Tints of Malachite #30FB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 62.91%

 BLUE value IS 100 (39.45% from 255) = 25.06%

R = 12.03%
G = 62.91%
B = 25.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#30FB64 (or 0x30FB64) is known color: Malachite. HEX triplet: 30, FB and 64. RGB value is (48,251,100). Sum of RGB (Red+Green+Blue) = 48+251+100=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FB64 is #CF049B. Grayscale: #ADADAD. Windows color (decimal): -13567132 or 6617904. OLE color: 6617904.

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

Color convert

RGB 48 251 100 -
CMYK 0.81 0 0.60 0.02
HSL 135.37º 0.96% 0.59% -
HSV(B) 135.37º 0.81% 0.98% -
XYZ 38.02 70.54 23.67 -
YUV 173.09 86.75 38.78 -
System Red Green Blue C M Y K H S L
Decimal 48 251 100 0.81 0 0.60 0.02 135.37 0.96 0.59
Hex 30 FB 64 51 0 3C 2 87 60 3B
Octal 60 373 144 121 0 74 2 207 140 73
Binary 110000 11111011 1100100 1010001 0 111100 10 10000111 1100000 111011

Color Harmonies of #30FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB64

Black with #30FB64

Text Example


Text Example

White with #30FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,100); }

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

background-color css

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

 a { background-color: rgb(48,251,100); }

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

border-color css

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

 span { border-color: rgb(48,251,100); }

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