Html Css Color HEX #30F25F Malachite

📋 copy color: '#30F25F'

red 48 ◦ green 242 ◦ blue 95

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

Shades of Malachite #30F25F

Tints of Malachite #30F25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 12.47%
G = 62.86%
B = 24.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#30F25F (or 0x30F25F) is known color: Malachite. HEX triplet: 30, F2 and 5F. RGB value is (48,242,95). Sum of RGB (Red+Green+Blue) = 48+242+95=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #30F25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F25F is #CF0DA0. Grayscale: #A7A7A7. Windows color (decimal): -13569441 or 6287920. OLE color: 6287920.

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

Color convert

RGB 48 242 95 -
CMYK 0.80 0 0.61 0.05
HSL 134.54º 0.88% 0.57% -
HSV(B) 134.54º 0.8% 0.95% -
XYZ 35.04 64.96 21.52 -
YUV 167.24 87.23 42.95 -
System Red Green Blue C M Y K H S L
Decimal 48 242 95 0.80 0 0.61 0.05 134.54 0.88 0.57
Hex 30 F2 5F 50 0 3D 5 87 58 39
Octal 60 362 137 120 0 75 5 207 130 71
Binary 110000 11110010 1011111 1010000 0 111101 101 10000111 1011000 111001

Color Harmonies of #30F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F25F

Black with #30F25F

Text Example


Text Example

White with #30F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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