Html Css Color HEX #30F25C Malachite

📋 copy color: '#30F25C'

red 48 ◦ green 242 ◦ blue 92

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

Shades of Malachite #30F25C

Tints of Malachite #30F25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 12.57%
G = 63.35%
B = 24.08%

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

#30F25C (or 0x30F25C) is known color: Malachite. HEX triplet: 30, F2 and 5C. RGB value is (48,242,92). Sum of RGB (Red+Green+Blue) = 48+242+92=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #30F25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F25C is #CF0DA3. Grayscale: #A7A7A7. Windows color (decimal): -13569444 or 6091312. OLE color: 6091312.

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

Color convert

RGB 48 242 92 -
CMYK 0.80 0 0.62 0.05
HSL 133.61º 0.88% 0.57% -
HSV(B) 133.61º 0.8% 0.95% -
XYZ 34.9 64.91 20.81 -
YUV 166.89 85.73 43.2 -
System Red Green Blue C M Y K H S L
Decimal 48 242 92 0.80 0 0.62 0.05 133.61 0.88 0.57
Hex 30 F2 5C 50 0 3E 5 86 58 39
Octal 60 362 134 120 0 76 5 206 130 71
Binary 110000 11110010 1011100 1010000 0 111110 101 10000110 1011000 111001

Color Harmonies of #30F25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F25C

Black with #30F25C

Text Example


Text Example

White with #30F25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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