Html Css Color HEX #30F264 Malachite

📋 copy color: '#30F264'

red 48 ◦ green 242 ◦ blue 100

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

Shades of Malachite #30F264

Tints of Malachite #30F264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.05%

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

R = 12.31%
G = 62.05%
B = 25.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#30F264 (or 0x30F264) is known color: Malachite. HEX triplet: 30, F2 and 64. RGB value is (48,242,100). Sum of RGB (Red+Green+Blue) = 48+242+100=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #30F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F264 is #CF0D9B. Grayscale: #A8A8A8. Windows color (decimal): -13569436 or 6615600. OLE color: 6615600.

HSL color Cylindrical-coordinate representation of color #30F264: hue angle of 136.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F264 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 100 -
CMYK 0.80 0 0.59 0.05
HSL 136.08º 0.88% 0.57% -
HSV(B) 136.08º 0.8% 0.95% -
XYZ 35.27 65.05 22.75 -
YUV 167.81 89.73 42.55 -
System Red Green Blue C M Y K H S L
Decimal 48 242 100 0.80 0 0.59 0.05 136.08 0.88 0.57
Hex 30 F2 64 50 0 3B 5 88 58 39
Octal 60 362 144 120 0 73 5 210 130 71
Binary 110000 11110010 1100100 1010000 0 111011 101 10001000 1011000 111001

Color Harmonies of #30F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F264

Black with #30F264

Text Example


Text Example

White with #30F264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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