Html Css Color HEX #30F265 Malachite

📋 copy color: '#30F265'

red 48 ◦ green 242 ◦ blue 101

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

Shades of Malachite #30F265

Tints of Malachite #30F265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.83%

R = 12.28%
G = 61.89%
B = 25.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#30F265 (or 0x30F265) is known color: Malachite. HEX triplet: 30, F2 and 65. RGB value is (48,242,101). Sum of RGB (Red+Green+Blue) = 48+242+101=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #30F265 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F265 is #CF0D9A. Grayscale: #A8A8A8. Windows color (decimal): -13569435 or 6681136. OLE color: 6681136.

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

Color convert

RGB 48 242 101 -
CMYK 0.80 0 0.58 0.05
HSL 136.39º 0.88% 0.57% -
HSV(B) 136.39º 0.8% 0.95% -
XYZ 35.32 65.07 23.01 -
YUV 167.92 90.23 42.46 -
System Red Green Blue C M Y K H S L
Decimal 48 242 101 0.80 0 0.58 0.05 136.39 0.88 0.57
Hex 30 F2 65 50 0 3A 5 88 58 39
Octal 60 362 145 120 0 72 5 210 130 71
Binary 110000 11110010 1100101 1010000 0 111010 101 10001000 1011000 111001

Color Harmonies of #30F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F265

Black with #30F265

Text Example


Text Example

White with #30F265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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