Html Css Color HEX #30FB65 Malachite

📋 copy color: '#30FB65'

red 48 ◦ green 251 ◦ blue 101

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

Shades of Malachite #30FB65

Tints of Malachite #30FB65

RGB

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

 GREEN value IS 251 (98.44% from 255) = 62.75%

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

R = 12%
G = 62.75%
B = 25.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#30FB65 (or 0x30FB65) is known color: Malachite. HEX triplet: 30, FB and 65. RGB value is (48,251,101). Sum of RGB (Red+Green+Blue) = 48+251+101=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FB65 is #CF049A. Grayscale: #ADADAD. Windows color (decimal): -13567131 or 6683440. OLE color: 6683440.

HSL color Cylindrical-coordinate representation of color #30FB65: hue angle of 135.67º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB65 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 101 -
CMYK 0.81 0 0.60 0.02
HSL 135.67º 0.96% 0.59% -
HSV(B) 135.67º 0.81% 0.98% -
XYZ 38.07 70.56 23.93 -
YUV 173.2 87.25 38.7 -
System Red Green Blue C M Y K H S L
Decimal 48 251 101 0.81 0 0.60 0.02 135.67 0.96 0.59
Hex 30 FB 65 51 0 3C 2 88 60 3B
Octal 60 373 145 121 0 74 2 210 140 73
Binary 110000 11111011 1100101 1010001 0 111100 10 10001000 1100000 111011

Color Harmonies of #30FB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB65

Black with #30FB65

Text Example


Text Example

White with #30FB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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