Html Css Color HEX #30FB4B Malachite

📋 copy color: '#30FB4B'

red 48 ◦ green 251 ◦ blue 75

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

Shades of Malachite #30FB4B

Tints of Malachite #30FB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.05%

R = 12.83%
G = 67.11%
B = 20.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#30FB4B (or 0x30FB4B) is known color: Malachite. HEX triplet: 30, FB and 4B. RGB value is (48,251,75). Sum of RGB (Red+Green+Blue) = 48+251+75=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB4B is #CF04B4. Grayscale: #AAAAAA. Windows color (decimal): -13567157 or 4979504. OLE color: 4979504.

HSL color Cylindrical-coordinate representation of color #30FB4B: hue angle of 127.98º 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 #30FB4B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 75 -
CMYK 0.81 0 0.70 0.02
HSL 127.98º 0.96% 0.59% -
HSV(B) 127.98º 0.81% 0.98% -
XYZ 36.99 70.13 18.24 -
YUV 170.24 74.25 40.81 -
System Red Green Blue C M Y K H S L
Decimal 48 251 75 0.81 0 0.70 0.02 127.98 0.96 0.59
Hex 30 FB 4B 51 0 46 2 80 60 3B
Octal 60 373 113 121 0 106 2 200 140 73
Binary 110000 11111011 1001011 1010001 0 1000110 10 10000000 1100000 111011

Color Harmonies of #30FB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB4B

Black with #30FB4B

Text Example


Text Example

White with #30FB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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