Html Css Color HEX #30F25B Malachite

📋 copy color: '#30F25B'

red 48 ◦ green 242 ◦ blue 91

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

Shades of Malachite #30F25B

Tints of Malachite #30F25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 12.6%
G = 63.52%
B = 23.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#30F25B (or 0x30F25B) is known color: Malachite. HEX triplet: 30, F2 and 5B. RGB value is (48,242,91). Sum of RGB (Red+Green+Blue) = 48+242+91=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #30F25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F25B is #CF0DA4. Grayscale: #A7A7A7. Windows color (decimal): -13569445 or 6025776. OLE color: 6025776.

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

Color convert

RGB 48 242 91 -
CMYK 0.80 0 0.62 0.05
HSL 133.3º 0.88% 0.57% -
HSV(B) 133.3º 0.8% 0.95% -
XYZ 34.86 64.89 20.58 -
YUV 166.78 85.23 43.28 -
System Red Green Blue C M Y K H S L
Decimal 48 242 91 0.80 0 0.62 0.05 133.3 0.88 0.57
Hex 30 F2 5B 50 0 3E 5 85 58 39
Octal 60 362 133 120 0 76 5 205 130 71
Binary 110000 11110010 1011011 1010000 0 111110 101 10000101 1011000 111001

Color Harmonies of #30F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F25B

Black with #30F25B

Text Example


Text Example

White with #30F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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