Html Css Color HEX #30F259 Malachite

📋 copy color: '#30F259'

red 48 ◦ green 242 ◦ blue 89

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

Shades of Malachite #30F259

Tints of Malachite #30F259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 12.66%
G = 63.85%
B = 23.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#30F259 (or 0x30F259) is known color: Malachite. HEX triplet: 30, F2 and 59. RGB value is (48,242,89). Sum of RGB (Red+Green+Blue) = 48+242+89=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #30F259 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F259 is #CF0DA6. Grayscale: #A6A6A6. Windows color (decimal): -13569447 or 5894704. OLE color: 5894704.

HSL color Cylindrical-coordinate representation of color #30F259: hue angle of 132.68º 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 #30F259 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 89 -
CMYK 0.80 0 0.63 0.05
HSL 132.68º 0.88% 0.57% -
HSV(B) 132.68º 0.8% 0.95% -
XYZ 34.77 64.85 20.14 -
YUV 166.55 84.23 43.44 -
System Red Green Blue C M Y K H S L
Decimal 48 242 89 0.80 0 0.63 0.05 132.68 0.88 0.57
Hex 30 F2 59 50 0 3F 5 85 58 39
Octal 60 362 131 120 0 77 5 205 130 71
Binary 110000 11110010 1011001 1010000 0 111111 101 10000101 1011000 111001

Color Harmonies of #30F259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F259

Black with #30F259

Text Example


Text Example

White with #30F259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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