Html Css Color HEX #30A63F Fruit Salad

📋 copy color: '#30A63F'

red 48 ◦ green 166 ◦ blue 63

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

Shades of Fruit Salad #30A63F

Tints of Fruit Salad #30A63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 59.93%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 17.33%
G = 59.93%
B = 22.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#30A63F (or 0x30A63F) is known color: Fruit Salad. HEX triplet: 30, A6 and 3F. RGB value is (48,166,63). Sum of RGB (Red+Green+Blue) = 48+166+63=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #30A63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A63F is #CF59C0. Grayscale: #777777. Windows color (decimal): -13588929 or 4171312. OLE color: 4171312.

HSL color Cylindrical-coordinate representation of color #30A63F: hue angle of 127.63º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A63F is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 166 63 -
CMYK 0.71 0 0.62 0.35
HSL 127.63º 0.55% 0.42% -
HSV(B) 127.63º 0.71% 0.65% -
XYZ 15.75 28.26 9.33 -
YUV 118.98 96.41 77.38 -
System Red Green Blue C M Y K H S L
Decimal 48 166 63 0.71 0 0.62 0.35 127.63 0.55 0.42
Hex 30 A6 3F 47 0 3E 23 80 37 2A
Octal 60 246 77 107 0 76 43 200 67 52
Binary 110000 10100110 111111 1000111 0 111110 100011 10000000 110111 101010

Color Harmonies of #30A63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A63F

Black with #30A63F

Text Example


Text Example

White with #30A63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,63); }

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

background-color css

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

 a { background-color: rgb(48,166,63); }

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

border-color css

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

 span { border-color: rgb(48,166,63); }

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